KingNish commited on
Commit
0c929f6
1 Parent(s): 1ecfe13

Update chatbot.py

Browse files
Files changed (1) hide show
  1. 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.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")
 
207
  return inputs
208
 
209
  # Initialize inference clients for different models
210
+ client_mistral = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
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")