chughtaihamad commited on
Commit
9d942dc
·
verified ·
1 Parent(s): cd9e2f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ final_answer = FinalAnswerTool()
44
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
45
 
46
  model = HfApiModel(
47
- max_tokens=1048,
48
  temperature=0.5,
49
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
50
  custom_role_conversions=None,
 
44
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
45
 
46
  model = HfApiModel(
47
+ max_tokens=2046,
48
  temperature=0.5,
49
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
50
  custom_role_conversions=None,