This project helps to build a chatbot using a simple User Interface and an open-source LLM, making AI-powered conversations effortless. The current chatbot code uses a famous open source LLM model named Gemma-2 9B model
You can interact with the GEMMA Chatbot directly in your browser via Hugging Face Spaces 🚀
- 🖥️ Simple UI for user interaction
- 🤖 Powered by an open-source Large Language Model
- ⚡ Seamless API integration with GroqCloud
Before you get started, ensure you have the following libraries installed:
gradio
🎨 (for UI development)groq
🤖 (for connecting with the GroqCloud API)
- Visit GroqCloud 🌍
- Sign up and generate an API key 🔑
- Copy the Model ID from GroqCloud and paste it into the code at the variable
"model"
Before running the model, expose the API key to the terminal of the project using:
export GROQ_API_KEY="your_api_key_here"
To dive deeper into how GroqCloud works, check out their documentation: