Spaces:
Sleeping
Sleeping
ionosphere
commited on
Commit
·
a1f1d6b
1
Parent(s):
a2d959f
Add examples
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ from mistralai.models.chat_completion import ChatMessage
|
|
4 |
import os
|
5 |
|
6 |
title = "Gaia Mistral Chat Demo"
|
7 |
-
description= "Exemple d'assistant avec Gradio et Mistral AI via son API"
|
8 |
-
placeholder= "Posez moi une question sur l'agriculture"
|
9 |
-
examples= ["Comment fait on pour produire du maïs ?"]
|
10 |
api_key = os.environ.get("MISTRAL_API_KEY")
|
11 |
|
12 |
client = MistralClient(api_key=api_key)
|
|
|
4 |
import os
|
5 |
|
6 |
title = "Gaia Mistral Chat Demo"
|
7 |
+
description = "Exemple d'assistant avec Gradio et Mistral AI via son API"
|
8 |
+
placeholder = "Posez moi une question sur l'agriculture"
|
9 |
+
examples = ["Comment fait on pour produire du maïs ?", "Rédige moi une lettre pour faire un stage dans une exploitation agricole", "Comment reprendre une exploitation agricole ?"]
|
10 |
api_key = os.environ.get("MISTRAL_API_KEY")
|
11 |
|
12 |
client = MistralClient(api_key=api_key)
|