leolaish commited on
Commit
f234969
·
verified ·
1 Parent(s): f4c7b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ from transformers import AutoTokenizer, AutoModelForPreTraining
25
  # base_url=os.environ.get("SERVER_URL"),
26
  # api_key=os.environ.get("HF_TOKEN"),
27
  #)
28
- client = InferenceClient("mistralai/mathstral-7B-v0.1")
29
 
30
 
31
 
 
25
  # base_url=os.environ.get("SERVER_URL"),
26
  # api_key=os.environ.get("HF_TOKEN"),
27
  #)
28
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
29
 
30
 
31