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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -14,4 +14,9 @@ Ce conteneur :
14
  ## Exemples API
15
  POST `/ask`
16
  ```json
17
- { "prompt": "Écris un script Python qui installe Flask" }
 
 
 
 
 
 
14
  ## Exemples API
15
  POST `/ask`
16
  ```json
17
+ { "prompt": "Écris un script Python qui installe Flask" }
18
+ ```
19
+ Réponse :
20
+ ```
21
+ { "response": "Voici un script Python..." }
22
+ ```