jlgaralc commited on
Commit
34cf00b
·
verified ·
1 Parent(s): 4825274

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -152,10 +152,10 @@ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
152
  model = HfApiModel(
153
  max_tokens=36000,
154
  temperature=0.5,
155
- model_id,
156
- #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
157
  custom_role_conversions=None,
158
  )
 
159
 
160
 
161
  # Import tool from Hub
 
152
  model = HfApiModel(
153
  max_tokens=36000,
154
  temperature=0.5,
155
+ model_id=model_id,
 
156
  custom_role_conversions=None,
157
  )
158
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
159
 
160
 
161
  # Import tool from Hub