dloman118 e29cb4fa07 Add Groq/Llama3 recipes (cookbook and command line examples) 1 anno fa
..
README.md e29cb4fa07 Add Groq/Llama3 recipes (cookbook and command line examples) 1 anno fa
main.py e29cb4fa07 Add Groq/Llama3 recipes (cookbook and command line examples) 1 anno fa
requirements.txt e29cb4fa07 Add Groq/Llama3 recipes (cookbook and command line examples) 1 anno fa

README.md

Groq Quickstart Conversational Chatbot

A simple application that allows users to interact with a conversational chatbot powered by Groq. This application is designed to get users up and running quickly with building a chatbot.

Features

Conversational Interface: Provides a simple interface where users can input text and receive responses from the chatbot.

Short Responses: The chatbot replies with very short and concise answers, keeping interactions brief and to the point.

Groq Integration: Utilizes the Groq API to generate responses, leveraging the power of the Llama3-70b-8192 model.

Usage

You will need to store a valid Groq API Key as a secret to proceed with this example. You can generate one for free here.

You can fork and run this application on Replit or run it on the command line with python main.py.