lukmanaj commited on
Commit
61a88bc
Β·
verified Β·
1 Parent(s): 7dfd205

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,22 +1,22 @@
1
  ---
2
- title: Gemini Flash 2.0 + LangGraph Chatbot
3
  emoji: πŸ’¬
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.34.0
8
  app_file: app.py
9
  pinned: false
10
  licence: mit
11
  ---
12
 
13
- # πŸš€ Gemini Flash 2.0 + LangGraph Chatbot
14
 
15
- A powerful AI chatbot built with Google's Gemini Flash 2.0 and LangGraph, featuring multiple integrated tools for enhanced functionality.
16
 
17
  ## ✨ Features
18
 
19
- - **πŸ€– Google Gemini Flash 2.0**: 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,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 `GOOGLE_API_KEY` environment variable
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 `GOOGLE_API_KEY` in the Hugging Face Spaces secrets section for the app to work properly.
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