Update chatbot.py
Browse files- 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/
|
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,
|