README.md 1.0 KB

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.