This chatbot replies in hinglish, made using groq api.
This chatbot uses meta llama 3 model.
To get a groq token go to Groq.com
- Go to the backend folder
cd aichatbot/src
- Create a new .env file and add groq token
API_TOKEN=example_groqtoken
- Install Dependencies
npm install
- Run using
node server.js
- Open the html and Enjoy
Further features will be upcoming soon...