Spaces:
Running
on
Zero
Running
on
Zero
Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
@@ -207,7 +207,7 @@ def llava(user_prompt, chat_history):
|
|
207 |
return inputs
|
208 |
|
209 |
# Initialize inference clients for different models
|
210 |
-
client_mistral = InferenceClient("mistralai/Mistral-7B-Instruct-v0.
|
211 |
client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
212 |
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
213 |
client_mistral_nemo = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
|
|
|
207 |
return inputs
|
208 |
|
209 |
# Initialize inference clients for different models
|
210 |
+
client_mistral = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
211 |
client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
212 |
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
213 |
client_mistral_nemo = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
|