Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 801 Bytes

File metadata and controls

27 lines (16 loc) · 801 Bytes

Chatbot CLI

This chatbot was made in python using Groq API key

Core Features

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

How to run

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)