Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π¬
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
licence: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# π
|
| 14 |
|
| 15 |
-
A powerful AI chatbot built with
|
| 16 |
|
| 17 |
## β¨ Features
|
| 18 |
|
| 19 |
-
- **π€
|
| 20 |
- **π§ Multi-Tool Integration**: Wikipedia search, palindrome checking, and historical events
|
| 21 |
- **π§ Memory Management**: Conversation context retention using LangGraph
|
| 22 |
- **π¬ Markdown Output**: Beautiful formatted responses
|
|
@@ -32,7 +32,7 @@ A powerful AI chatbot built with Google's Gemini Flash 2.0 and LangGraph, featur
|
|
| 32 |
|
| 33 |
1. Clone this repository
|
| 34 |
2. Install dependencies: `pip install -r requirements.txt`
|
| 35 |
-
3. Set your `
|
| 36 |
4. Run: `python app.py`
|
| 37 |
|
| 38 |
## π‘ Example Queries
|
|
@@ -44,7 +44,7 @@ A powerful AI chatbot built with Google's Gemini Flash 2.0 and LangGraph, featur
|
|
| 44 |
|
| 45 |
## π§ Configuration
|
| 46 |
|
| 47 |
-
Make sure to set your `
|
| 48 |
|
| 49 |
## π License
|
| 50 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Cohere Command A + LangGraph Chatbot
|
| 3 |
emoji: π¬
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.4.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
licence: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π Command A 03-2025 + LangGraph Chatbot
|
| 14 |
|
| 15 |
+
A powerful AI chatbot built with Cohere's Command-A-03-2025 and LangGraph, featuring multiple integrated tools for enhanced functionality.
|
| 16 |
|
| 17 |
## β¨ Features
|
| 18 |
|
| 19 |
+
- **π€ Cohere Command-a-03-2025**: Latest AI model for intelligent conversations
|
| 20 |
- **π§ Multi-Tool Integration**: Wikipedia search, palindrome checking, and historical events
|
| 21 |
- **π§ Memory Management**: Conversation context retention using LangGraph
|
| 22 |
- **π¬ Markdown Output**: Beautiful formatted responses
|
|
|
|
| 32 |
|
| 33 |
1. Clone this repository
|
| 34 |
2. Install dependencies: `pip install -r requirements.txt`
|
| 35 |
+
3. Set your `COHERE_API_KEY` environment variable
|
| 36 |
4. Run: `python app.py`
|
| 37 |
|
| 38 |
## π‘ Example Queries
|
|
|
|
| 44 |
|
| 45 |
## π§ Configuration
|
| 46 |
|
| 47 |
+
Make sure to set your `COHERE_API_KEY` in the Hugging Face Spaces secrets section for the app to work properly.
|
| 48 |
|
| 49 |
## π License
|
| 50 |
|