Create virtual enviroment
Start virtual enviroment
Install requirements.txt packages
create .env file with the api keys you want to use in this format:
OPENAI_API_KEY = "[KEY]"
GEMINI_API_KEY = "[KEY]"
LLAMA_API_KEY = "[KEY]"
GROQ_API_KEY = "[KEY]"
Use command: "python run.py" to start app on 127.0.0.1:8000