dygoo commited on
Commit
af48201
·
verified ·
1 Parent(s): fb06e14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -9,9 +9,8 @@ from smolagents import DuckDuckGoSearchTool, VisitWebpageTool
9
  model = HfApiModel(
10
  max_tokens=2096,
11
  temperature=0.5,
12
- #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
13
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
14
- custom_role_conversions=None,
15
  )
16
 
17
  # (Keep Constants as is)
 
9
  model = HfApiModel(
10
  max_tokens=2096,
11
  temperature=0.5,
12
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
13
+ custom_role_conversions=None
 
14
  )
15
 
16
  # (Keep Constants as is)