Dave67350 commited on
Commit
213bd49
·
verified ·
1 Parent(s): a59d6e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -69,10 +69,10 @@ visit_webpage = VisitWebpageTool()
69
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
70
 
71
  model = HfApiModel(
72
- max_tokens=2096,
73
- temperature=0.5,
74
- model_id="utter-project/EuroLLM-1.7B", # it is possible that this model may be overloaded
75
- custom_role_conversions=None,
76
  )
77
 
78
  # Import tool from Hub
 
69
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
70
 
71
  model = HfApiModel(
72
+ max_tokens=2096,
73
+ temperature=0.5,
74
+ model_id="utter-project/EuroLLM-1.7B", # it is possible that this model may be overloaded
75
+ custom_role_conversions=None,
76
  )
77
 
78
  # Import tool from Hub