The Original AI Chatbot — powered by Groq, LangChain, and Streamlit. Fast, free, and runs the most powerful open-source LLMs in the cloud.
TheOgBoat is the original, no-nonsense AI chatbot that sails through your questions with speed and precision. Built with cutting-edge tools — Groq's blazing-fast inference, LangChain's powerful prompt chaining, and Streamlit's clean UI — TheOgBoat delivers smart answers without any cloud setup or GPU required.
- ⚡ Blazing Fast — powered by Groq's ultra-fast LLM inference
- 🧠 Multiple Models — switch between LLaMA 4, LLaMA 3.3, Qwen3, and more
- 🎛️ Full Control — adjust temperature and max tokens from the sidebar
- 💬 Chat History — full conversation memory within each session
- 🔒 Private & Secure — API keys stored safely, never exposed in code
- 📊 LangSmith Tracking — monitor and trace every prompt
User: What is the theory of relativity?
TheOgBoat: The theory of relativity, developed by Albert Einstein...
- Python 3.10+
- A free Groq API key
- A free LangSmith API key (optional)
git clone https://github.com/YOUR_USERNAME/TheOgBoat.git
cd TheOgBoatpip install -r requirements.txtCreate a .env file in the root directory:
GROQ_API_KEY=your_groq_api_key_here
LANGCHAIN_API_KEY=your_langsmith_api_key_here
streamlit run app.pyTheOgBoat/
├── app.py # Main Streamlit app
├── requirements.txt # Python dependencies
├── .env # API keys (never commit this)
├── .gitignore # Ignores .env and venv
└── README.md
| Model | Best For |
|---|---|
llama-3.3-70b-versatile |
Best overall performance |
llama-3.1-8b-instant |
Fast & lightweight responses |
meta-llama/llama-4-scout-17b-16e-instruct |
Latest Llama 4 capabilities |
qwen/qwen3-32b |
Strong reasoning & logic |
openai/gpt-oss-120b |
Most powerful responses |
| Variable | Description |
|---|---|
GROQ_API_KEY |
Your Groq API key for LLM inference |
LANGCHAIN_API_KEY |
Your LangSmith key for prompt tracking |
- Push your code to GitHub (without
.env) - Go to share.streamlit.io
- Connect your GitHub repo
- Go to Advanced settings → Secrets and add:
GROQ_API_KEY = "your_groq_api_key_here"
LANGCHAIN_API_KEY = "your_langsmith_api_key_here"- Click Deploy 🚀
| Tool | Purpose |
|---|---|
| Groq | Ultra-fast LLM inference |
| LangChain | Prompt chaining & LLM abstraction |
| Streamlit | Web UI |
| LangSmith | Prompt tracking & observability |
| python-dotenv | Environment variable management |
Pull requests are welcome! Feel free to open an issue for bugs or feature requests.
MIT — feel free to use, modify, and share.
Built with ❤️ by samarthx4216 — TheOgBoat ⛵