Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeichat.py
Browse files- feifeilib/feifeichat.py +1 -1
feifeilib/feifeichat.py
CHANGED
@@ -174,7 +174,7 @@ def feifeiimgprompt(message_files, message_text, image_mod):
|
|
174 |
|
175 |
def feifeichatmod(additional_dropdown, input_prompt):
|
176 |
if additional_dropdown == "mistralai/Mistral-Nemo-Instruct-2411":
|
177 |
-
model = "mistral-
|
178 |
stream_response = Mistralclient.chat.stream(model=model, messages=input_prompt)
|
179 |
partial_message = ""
|
180 |
for chunk in stream_response:
|
|
|
174 |
|
175 |
def feifeichatmod(additional_dropdown, input_prompt):
|
176 |
if additional_dropdown == "mistralai/Mistral-Nemo-Instruct-2411":
|
177 |
+
model = "mistral-small-latest"
|
178 |
stream_response = Mistralclient.chat.stream(model=model, messages=input_prompt)
|
179 |
partial_message = ""
|
180 |
for chunk in stream_response:
|