This chatbot was made in python using Groq API key
This chatbot is good for simple reasonable questions This chatbot is good in coding in any language This chatbot is good in lojical questions
Get your Groq API key at https://console.groq.com/keys
First clone this repository
git clone https://github.com/builtbyashwin/Groq-Chatbot.git
Then make a virtual environment in:
Windows: python -m venv venv Activate using the command .\venv\Scripts\Activate.ps1 in powershell or use CMD run .\venv\Scripts\activate.bat
macOS or Linux: python3 -m venv venv Activate using the command source venv/bin/activate
Install pip install -r requirements.txt
Then run python3 app.py (For macOS and Linux)
python app.py (For Windows)