🚀 A Super chatbot powered by Cyber. Based on AI Agent, it is more in line with cybernetics and ergonomics
- Step 1: Get Google Gemini API key from https://aistudio.google.com/app/apikey or change the LLM model by editing
chat_model()in the file /robot/chatmodel.py - Step 2: Setup Conda Environment
conda create --name CyberReader python=3.11
conda activate CyberReader
# pip install packages
pip install -r requirements.txtstreamlit run main.py