Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
86de7ac
1
Parent(s):
9aa2220
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def predict(message, history, additional_dropdown):
|
|
106 |
return
|
107 |
|
108 |
# Specify model
|
109 |
-
model = "pixtral-
|
110 |
|
111 |
# Define the messages for the chat
|
112 |
messages = [
|
|
|
106 |
return
|
107 |
|
108 |
# Specify model
|
109 |
+
model = "pixtral-large-2411"
|
110 |
|
111 |
# Define the messages for the chat
|
112 |
messages = [
|