Spaces:
Sleeping
Sleeping
ionosphere
commited on
Commit
•
121f2f7
1
Parent(s):
741b13f
Put info in EN
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from mistralai.models.chat_completion import ChatMessage
|
|
4 |
import os
|
5 |
|
6 |
title = "Gaia Mistral Chat Demo"
|
7 |
-
description = "
|
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")
|
|
|
4 |
import os
|
5 |
|
6 |
title = "Gaia Mistral Chat Demo"
|
7 |
+
description = "Example of simple chatbot with Gradio and Mistral AI via its 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")
|