A lightweight, lightning-fast Python chatbot CLI powered by the Groq API. Built for simplicity, speed, and easy customization!
- ⚡ Blazing Fast: Leverages Groq’s high-speed LPU infrastructure for near-instant responses.
- 🎯 Realtime information: Can reply to any realtime query.
- ⚙️ Easily Configurable: Simple setup and very-lightwieght.
Make sure you have Python 3.8+ installed and a Groq API key (you can get one at console.groq.com).
Clone this repository and install requirements:
git clone https://github.com/Bot-code-it/HEX-AI.gitpython -r requirements.txt-
Copy your Groq API key from console.groq.com, and paste it in the
data/api.keyfile. -
Write the instructions for AI in
data/instructions.txtfile or you can skip this step as basic instructions are already written in the file.
Start chatting right from your terminal:
python main.py
- Language: Python
- LLM Engine: Groq API (
gpt-oss-20b) - Dependencies:
requests,pylatexenc,pyperclip&iso3166