Leonydis137 commited on
Commit
8a5a1ab
·
verified ·
1 Parent(s): 5a1b4a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -1,14 +1,10 @@
1
- ---
2
- title: Deepseek
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Autonomous model
12
- ---
13
 
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
1
+ # Tri-Agent Conversational AI
 
 
 
 
 
 
 
 
 
 
 
2
 
3
+ This Gradio app hosts three AI agents: two chatting agents (A & B) and an Overseer that listens, learns, and can intervene.
4
+
5
+ ## Deployment on Hugging Face Spaces
6
+
7
+ 1. Create a new Space (Gradio SDK, Python).
8
+ 2. Upload `app.py`, `requirements.txt`.
9
+ 3. In Settings → Secrets, add `OPENAI_API_KEY`.
10
+ 4. The app will auto-launch at https://huggingface.co/spaces/<username>/<space-name>.