wifix199 commited on
Commit
c6ba0c0
·
verified ·
1 Parent(s): 81576ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ else:
34
  messages_for_api.append({"role": "user", "content": user_message})
35
 
36
  try:
37
- # Call the model with the full conversation history
38
  resp = client.chat.completions.create(
39
  model="mistralai/devstral-small:free",
40
  messages=messages_for_api,
 
34
  messages_for_api.append({"role": "user", "content": user_message})
35
 
36
  try:
37
+ # Call the model with the mistralai/Devstral-Small-2505 for full conversation history
38
  resp = client.chat.completions.create(
39
  model="mistralai/devstral-small:free",
40
  messages=messages_for_api,