Quickstart

How to self host?
Download the code.

Get Groq api key
Go to the groq website and grab a key for your project
Edit .env
folder
.env
folderAPI_TOKEN=YOUR_GROQ_TOKEN
Install dependencies
Go to /aichatbot/src/
and do npm install
Run the project
do npm start
in the terminal
Last updated