This is a simple AI chatbot web application built using Flask (Python) and powered by Cohere's LLM API. It allows users to interact with an AI assistant, view chat history, and reset conversations. The chat history is stored locally in a JSON file.
- π¬ Chat with AI using Cohere's
command-rmodel - ποΈ View full chat history
- β»οΈ Reset or delete chat
- π¨ Responsive UI with CSS styling
- π Local storage using
chat_history.json
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask)
- AI Model: Cohere API (
command-r) - Storage: JSON File (
chat_history.json)
- Python 3.7+
- pip (Python package manager)
- A Cohere API Key
- Clone or Download
Download or clone this repository and unzip it: