Leo commited on
Commit
0406edf
Β·
1 Parent(s): 40cef76

Edited text and links in readme, chainlit.md

Browse files
Files changed (2) hide show
  1. README.md +2 -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 β€” all within a clean conversational UI.
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 AI Makerspace for the tutorial and code scaffold.
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 lightweight assistant was built using [Chainlit](https://www.chainlit.io/) and OpenAI, as part of the #AI_Makerspace tutorial series.
4
 
5
- πŸ’¬ You can type in any question or prompt 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/llm-app/tree/main).
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