AnanyTiwari commited on
Commit
bc85332
·
1 Parent(s): d4b9a0f

bestselling tool addedv8

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -87,8 +87,7 @@ final_answer = FinalAnswerTool()
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
- #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
91
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
92
  custom_role_conversions=None,
93
  )
94
 
 
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
91
  custom_role_conversions=None,
92
  )
93