asmaab commited on
Commit
9019707
·
verified ·
1 Parent(s): 1c3418c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ final_answer = FinalAnswerTool()
93
  model = HfApiModel(
94
  max_tokens=2096,
95
  temperature=0.5,
96
- model_id='meta-llama/Meta-Llama-3-8B-Instruct',# it is possible that this model may be overloaded
97
  custom_role_conversions=None,
98
  )
99
 
 
93
  model = HfApiModel(
94
  max_tokens=2096,
95
  temperature=0.5,
96
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
97
  custom_role_conversions=None,
98
  )
99