Spaces:
Sleeping
Sleeping
Update chainlit.md
Browse files- chainlit.md +15 -9
chainlit.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
-
# Welcome to Chainlit!
|
2 |
|
3 |
-
Hi there
|
|
|
4 |
|
5 |
-
|
|
|
|
|
|
|
6 |
|
7 |
-
|
8 |
-
- **
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
|
|
|
1 |
+
# π€ Welcome to the Chainlit GPT Assistant!
|
2 |
|
3 |
+
Hi there! π
|
4 |
+
This chatbot is powered by **OpenAI GPT-3.5-Turbo** and built using **Chainlit** to provide real-time, interactive conversations with streaming responses.
|
5 |
|
6 |
+
### π‘ How to use:
|
7 |
+
- Just type your question or prompt in the chat!
|
8 |
+
- Get thoughtful, step-by-step answers, always in a pleasant tone.
|
9 |
+
- Perfect for brainstorming, explanations, and casual conversations.
|
10 |
|
11 |
+
### βοΈ Powered by:
|
12 |
+
- π§ **LLM:** OpenAI GPT-3.5-Turbo
|
13 |
+
- π οΈ **Framework:** Chainlit
|
14 |
+
- π **Deployed on:** Hugging Face Spaces
|
15 |
|
16 |
+
### π Helpful Links:
|
17 |
+
- [Chainlit Documentation](https://docs.chainlit.io) β Learn how Chainlit works
|
18 |
+
- [Join the Chainlit Discord](https://discord.gg/k73SQ3FyUh) β Get support or share your project
|
19 |
|
20 |
+
Enjoy your chat! π
|
|
|
|