Spaces:
Sleeping
Sleeping
Update chainlit.md with conversation aspects and improved documentation
Browse files- chainlit.md +21 -6
chainlit.md
CHANGED
@@ -3,16 +3,31 @@
|
|
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 |
-
|
8 |
-
|
9 |
-
-
|
|
|
|
|
|
|
10 |
|
11 |
-
### βοΈ Powered by:
|
12 |
- π§ **LLM:** OpenAI GPT-3.5-Turbo
|
13 |
- π οΈ **Framework:** Chainlit
|
|
|
14 |
- π **Deployed on:** Hugging Face Spaces
|
15 |
|
16 |
-
|
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
|
|
|
|
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 |
+
## π― Conversation Aspects
|
7 |
+
|
8 |
+
This chatbot offers multiple conversation aspects to tailor the interaction to your needs:
|
9 |
+
|
10 |
+
- **Concept Simplification**: Break down complex topics into simple, understandable terms
|
11 |
+
- **Summarization**: Extract and present key information concisely
|
12 |
+
- **Creativity**: Generate innovative ideas and unique perspectives
|
13 |
+
- **Narrative Structure**: Organize information into compelling stories
|
14 |
+
- **Arithmetic Reasoning**: Solve mathematical problems step by step
|
15 |
+
- **Conversational Tone**: Engage in natural, friendly discussions
|
16 |
+
|
17 |
### π‘ How to use:
|
18 |
+
1. Select an aspect using the buttons at the top
|
19 |
+
2. Type your question or prompt in the chat
|
20 |
+
3. Get thoughtful, step-by-step answers tailored to your selected aspect
|
21 |
+
4. Perfect for various tasks from learning to problem-solving
|
22 |
+
|
23 |
+
## βοΈ Technical Details
|
24 |
|
|
|
25 |
- π§ **LLM:** OpenAI GPT-3.5-Turbo
|
26 |
- π οΈ **Framework:** Chainlit
|
27 |
+
- π **Features:** Comprehensive logging system, modular codebase
|
28 |
- π **Deployed on:** Hugging Face Spaces
|
29 |
|
30 |
+
## π Helpful Links:
|
31 |
- [Chainlit Documentation](https://docs.chainlit.io) β Learn how Chainlit works
|
32 |
+
- [Join the Chainlit Discord](https://discord.gg/k73SQ3FyUh) β Get support or share your project
|
33 |
+
- [GitHub Repository](https://github.com/atolat/chainlit-charbot) β View the source code
|