JanfNavf/Multilingual_Character-Style_Chatbot
0
MultilingualCharacter-StyleChatbot
Simple chatbot with the openai API and Gradio
Demo
Setup and Installation
- Clone the Repository
git clone https://github.com/jorge-armando-navarro-flores/Multilingual_Character-Style_Chatbot.git
cd Multilingual_Character-Style_Chatbot- Create a Virtual Environment
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`- Install Dependencies
pip install -r requirements.txt- Configure Environment Variables
Create a .env file in the root directory and add your email and OpenAI credentials:
OPENAI_API_KEY=Your_OpenAI_API_key- Run the App
python app.py