Mauricio-100 commited on
Commit
5b8d29a
·
verified ·
1 Parent(s): b6ad03c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
- title: Agent Ai
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: gray
6
- sdk: docker
7
- pinned: false
8
  license: mit
9
- short_description: Petit modèle d’ia capable de coder exécuter de puis vos plat
 
 
10
  ---
 
 
 
 
 
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
 
 
 
 
 
 
2
  license: mit
3
+ title: gopu
4
+ sdk: docker
5
+ emoji: 📊
6
  ---
7
+ # 🤖 Gopu Agent (Docker)
8
+ Agent IA autonome développé par **Mauricio**.
9
+
10
+ Ce conteneur :
11
+ - Entraîne un modèle `falcon-7b-instruct` sur plusieurs datasets Hugging Face.
12
+ - Démarre un petit serveur HTTP (Flask) pour interagir avec l’IA via `/ask`.
13
 
14
+ ## Exemples API
15
+ POST `/ask`
16
+ ```json
17
+ { "prompt": "Écris un script Python qui installe Flask" }