Zelyanoth commited on
Commit
4038d14
·
verified ·
1 Parent(s): c7d9c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="mistral-small-latest",
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
  )