petfol commited on
Commit
5ed1dd1
·
verified ·
1 Parent(s): 9e15018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ duck_duck_search = DuckDuckGoSearchTool()
115
  model = HfApiModel(
116
  max_tokens=2096,
117
  temperature=0.5,
118
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
119
- #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
120
  custom_role_conversions=None,
121
  )
122
 
 
115
  model = HfApiModel(
116
  max_tokens=2096,
117
  temperature=0.5,
118
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
119
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
120
  custom_role_conversions=None,
121
  )
122