Spaces:
Sleeping
Sleeping
Leo
commited on
Commit
Β·
0406edf
1
Parent(s):
40cef76
Edited text and links in readme, chainlit.md
Browse files- README.md +2 -2
- chainlit.md +3 -3
README.md
CHANGED
@@ -11,7 +11,7 @@ sdk: docker
|
|
11 |
This is a simple LLM-based chatbot built during the **Beyond ChatGPT** tutorial from [AI Makerspace](https://github.com/AI-Maker-Space/Beyond-ChatGPT).
|
12 |
It runs locally or in a Hugging Face Space using Docker.
|
13 |
|
14 |
-
The app connects to the OpenAI API and supports system messages, few-shot prompting, and chain-of-thought-style reasoning
|
15 |
|
16 |
---
|
17 |
|
@@ -68,6 +68,6 @@ What are the key takeaways from the book "Thinking, Fast and Slow"?
|
|
68 |
|
69 |
## π Credits
|
70 |
|
71 |
-
Thanks to the team at
|
72 |
|
73 |
---
|
|
|
11 |
This is a simple LLM-based chatbot built during the **Beyond ChatGPT** tutorial from [AI Makerspace](https://github.com/AI-Maker-Space/Beyond-ChatGPT).
|
12 |
It runs locally or in a Hugging Face Space using Docker.
|
13 |
|
14 |
+
The app connects to the OpenAI API and supports system messages, few-shot prompting, and chain-of-thought-style reasoning.
|
15 |
|
16 |
---
|
17 |
|
|
|
68 |
|
69 |
## π Credits
|
70 |
|
71 |
+
Thanks to the team at #AIMakerspace for the tutorial and code scaffold.
|
72 |
|
73 |
---
|
chainlit.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
# π Welcome to Beyond ChatGPT β Beginner LLM App
|
2 |
|
3 |
-
This
|
4 |
|
5 |
-
π¬
|
6 |
|
7 |
β οΈ For demo purposes, responses are limited to **3 messages per session**.
|
8 |
|
9 |
---
|
10 |
|
11 |
π§ Want to learn how this was built?
|
12 |
-
Check out the source code and deployment steps in the project [README](https://huggingface.co/spaces/FlamingNeuron/
|
13 |
|
|
|
1 |
# π Welcome to Beyond ChatGPT β Beginner LLM App
|
2 |
|
3 |
+
This app was built using [Chainlit](https://www.chainlit.io/) and OpenAI, as part of the #AIMakerspace tutorial series.
|
4 |
|
5 |
+
π¬ Type in any question or prompt below to get a thoughtful reply.
|
6 |
|
7 |
β οΈ For demo purposes, responses are limited to **3 messages per session**.
|
8 |
|
9 |
---
|
10 |
|
11 |
π§ Want to learn how this was built?
|
12 |
+
Check out the source code and deployment steps in the project [README](https://huggingface.co/spaces/FlamingNeuron/llm2/blob/main/README.md).
|
13 |
|