Update app.py
Browse files
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,
|