Spaces:
Sleeping
Sleeping
metadata
title: Chainlit Bot
emoji: π€
colorFrom: blue
colorTo: green
sdk: docker
app_file: app.py
pinned: false
Chainlit Bot
A versatile chatbot powered by Chainlit and OpenAI's GPT-4 Turbo, featuring multiple conversation aspects and a clean, maintainable codebase.
Features
- π€ Powered by OpenAI's GPT-4 Turbo
- π― Multiple conversation aspects:
- Concept Simplification
- Summarization
- Creativity
- Narrative Structure
- Arithmetic Reasoning
- Conversational Tone
- π Default template for general conversations
- π Comprehensive logging system
- π¨ Clean, modular codebase
Usage
- Select a conversation aspect using the buttons at the top
- Start chatting with the bot
- The bot will respond according to the selected aspect's style
Local Development
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file with your OpenAI API key - Run the app:
chainlit run app.py
Environment Variables
OPENAI_API_KEY
: Your OpenAI API key
License
MIT