IsaacVal commited on
Commit
fd584cd
·
verified ·
1 Parent(s): 9195d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ final_answer = FinalAnswerTool()
29
  model = HfApiModel(
30
  max_tokens=2096,
31
  temperature=0.5,
32
- model_id='mistralai/Mistral-Small-24B-Instruct-2501',
33
  custom_role_conversions=None,
34
  )
35
 
 
29
  model = HfApiModel(
30
  max_tokens=2096,
31
  temperature=0.5,
32
+ model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
33
  custom_role_conversions=None,
34
  )
35