CarnageOP10 commited on
Commit
fea0453
·
verified ·
1 Parent(s): 09f3019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ final_answer = FinalAnswerTool()
70
  model = HfApiModel(
71
  max_tokens=2096,
72
  temperature=0.5,
73
- model_id='google/gemma-2-9b-it',# it is possible that this model may be overloaded
74
  custom_role_conversions=None,
75
  )
76
 
 
70
  model = HfApiModel(
71
  max_tokens=2096,
72
  temperature=0.5,
73
+ model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
74
  custom_role_conversions=None,
75
  )
76