atolat30 commited on
Commit
ef36552
Β·
1 Parent(s): bcfcfef

Update chainlit.md with conversation aspects and improved documentation

Browse files
Files changed (1) hide show
  1. 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
- - 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
 
 
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