This is a simple desktop chatbot built with Python and Tkinter, powered by Cohere's command-r model. It sends real-time messages to Cohere's API and displays intelligent responses in a friendly GUI.
c:\Users\Lenovo\OneDrive\Pictures\Screenshots\chatbot ss.png
- Chat live with an LLM-powered bot
- GUI built with tkinter
- Works locally on your desktop
- Uses Cohere's /chatendpoint withcommand-rmodel
- Python 3
- Tkinter (GUI)
- Cohere AI (Language model)
- cohere-aiSDK
git clone https://github.com/yourusername/cohere-chatbot.git
cd cohere-chatbot
pip install -r requirements.txt
python chatbot.pyYou: Hello! Bot: Hi there! How can I help you today?
Created by Nagul PJ โ feel free to connect!
#AI #Python #Cohere #Tkinter #LLM #Chatbot #DesktopApp