Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from mistralai.client import Mistral
|
|
| 5 |
|
| 6 |
api_key = os.environ["MISTRAL_API_KEY"]
|
| 7 |
client = Mistral(api_key=api_key)
|
| 8 |
-
model_name = "mistral-
|
| 9 |
|
| 10 |
|
| 11 |
def generate_question(text):
|
|
|
|
| 5 |
|
| 6 |
api_key = os.environ["MISTRAL_API_KEY"]
|
| 7 |
client = Mistral(api_key=api_key)
|
| 8 |
+
model_name = "open-mistral-nemo"
|
| 9 |
|
| 10 |
|
| 11 |
def generate_question(text):
|