akmalmzkki commited on
Commit
d8d0ef9
·
verified ·
1 Parent(s): 004688a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import os
4
 
5
  client = InferenceClient(
6
- model="mistralai/Mistral-7B-Instruct-v0.3",
7
  token=os.getenv('HF_TOKEN')
8
  )
9
 
 
3
  import os
4
 
5
  client = InferenceClient(
6
+ model="mistralai/Mistral-Small-24B-Instruct-2501",
7
  token=os.getenv('HF_TOKEN')
8
  )
9