Spaces:
Running
Running
Update feifeilib/feifeichat.py
Browse files- feifeilib/feifeichat.py +2 -2
feifeilib/feifeichat.py
CHANGED
@@ -118,8 +118,8 @@ def feifeiimgprompt(message_files, message_text, image_mod):
|
|
118 |
|
119 |
def feifeichatmod(additional_dropdown, input_prompt):
|
120 |
if additional_dropdown == "mistralai/Mistral-Nemo-Instruct-2411":
|
121 |
-
|
122 |
-
model = "mistral-small-2501"
|
123 |
stream_response = Mistralclient.chat.stream(model=model, messages=input_prompt)
|
124 |
partial_message = ""
|
125 |
for chunk in stream_response:
|
|
|
118 |
|
119 |
def feifeichatmod(additional_dropdown, input_prompt):
|
120 |
if additional_dropdown == "mistralai/Mistral-Nemo-Instruct-2411":
|
121 |
+
model = "mistral-large-2411"
|
122 |
+
#model = "mistral-small-2501"
|
123 |
stream_response = Mistralclient.chat.stream(model=model, messages=input_prompt)
|
124 |
partial_message = ""
|
125 |
for chunk in stream_response:
|