KingNish commited on
Commit
d8174c2
1 Parent(s): d5d46ba

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -325,7 +325,7 @@ def model_inference(
325
  output += response.token.text
326
  yield output
327
  else:
328
- client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
329
  generate_kwargs = dict(
330
  max_new_tokens=5000,
331
  do_sample=True,
 
325
  output += response.token.text
326
  yield output
327
  else:
328
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
329
  generate_kwargs = dict(
330
  max_new_tokens=5000,
331
  do_sample=True,