palltaruo commited on
Commit
8d08392
·
verified ·
1 Parent(s): 30722b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ final_answer = FinalAnswerTool()
101
  model = HfApiModel(
102
  max_tokens=2096,
103
  temperature=0.5,
104
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
105
  custom_role_conversions=None,
106
  )
107
 
 
101
  model = HfApiModel(
102
  max_tokens=2096,
103
  temperature=0.5,
104
+ model_id='inceptionai/jais-13b',
105
  custom_role_conversions=None,
106
  )
107