Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ If earlier context is needed, ask the user to clarify.
|
|
170 |
raise ValueError("Mistral API key is required")
|
171 |
|
172 |
self.model = ChatMistralAI(
|
173 |
-
model="
|
174 |
api_key=mistral_key,
|
175 |
|
176 |
)
|
|
|
170 |
raise ValueError("Mistral API key is required")
|
171 |
|
172 |
self.model = ChatMistralAI(
|
173 |
+
model="magistral-small-latest",
|
174 |
api_key=mistral_key,
|
175 |
|
176 |
)
|