sunnyday910 commited on
Commit
f738264
·
verified ·
1 Parent(s): 1e7b1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ web_search = DuckDuckGoSearchTool()
41
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
 
43
  model = HfApiModel(
44
- max_tokens=2096,
45
  temperature=0.5,
46
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
47
  custom_role_conversions=None,
 
41
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
 
43
  model = HfApiModel(
44
+ max_tokens=1024,
45
  temperature=0.5,
46
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
47
  custom_role_conversions=None,