Update README.md
Browse files
README.md
CHANGED
@@ -15,12 +15,23 @@ thumbnail: >-
|
|
15 |
|
16 |
<img src="https://i.postimg.cc/SRgWHmfc/ED-COACH-2.jpg">
|
17 |
|
|
|
|
|
|
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
Steps =
|
22 |
-
|
23 |
-
-
|
|
|
|
|
24 |
- Copy the path where indicated in app.py
|
25 |
- Change the custom instructions to fit your use case
|
26 |
- Change UI elements as needed
|
@@ -28,4 +39,6 @@ Steps =
|
|
28 |
Important =
|
29 |
- The reference_document is added in full to the assistant prompt
|
30 |
- So it is advised to use short (e.g., single page) documents such as rubrics
|
|
|
|
|
31 |
- You also have the option to use Claude 3.5 Sonnet or the much cheaper Claude 3 Haiku (see pricing [here](https://www.anthropic.com/pricing#anthropic-api))
|
|
|
15 |
|
16 |
<img src="https://i.postimg.cc/SRgWHmfc/ED-COACH-2.jpg">
|
17 |
|
18 |
+
Claude 3.5 Sonnet has been well received by educators interested in AI integration.
|
19 |
+
For many, it is the first model to outperform its OpenAI competitor, GPT-4o, and its "artifact" feature seems particularly successful.
|
20 |
+
However, both the lack of internet access and the inability to create shareable custom assistants are often pointed out as clear disadvantages.
|
21 |
|
22 |
+
In reality, Claude CAN access and leverage information from the internet - if provided with the appropriate functions and tools.
|
23 |
+
Just like OpenAI, Anthropic has an "API" interface, usually meant for developers, which also makes it possible
|
24 |
+
to create chatbots with custom knowledge and instructions.
|
25 |
+
|
26 |
+
This is what you will find here.
|
27 |
+
|
28 |
+
--> Duplicate this space to create your own Claude-powered assistant with custom knowledge and instructions.
|
29 |
|
30 |
Steps =
|
31 |
+
|
32 |
+
- Create a HuggingFace account if you do not have one
|
33 |
+
- Set your [Anthropic](https://console.anthropic.com/dashboard) API key as a secret
|
34 |
+
- Upload the desired knowledge base / reference document for the assistant under "Files"
|
35 |
- Copy the path where indicated in app.py
|
36 |
- Change the custom instructions to fit your use case
|
37 |
- Change UI elements as needed
|
|
|
39 |
Important =
|
40 |
- The reference_document is added in full to the assistant prompt
|
41 |
- So it is advised to use short (e.g., single page) documents such as rubrics
|
42 |
+
- This is NOT a RAG assistant meant to extract information from long or from multiple documents
|
43 |
+
- It als does not have internet access (although both could be done)
|
44 |
- You also have the option to use Claude 3.5 Sonnet or the much cheaper Claude 3 Haiku (see pricing [here](https://www.anthropic.com/pricing#anthropic-api))
|