Edenbaba commited on
Commit
0f78a5e
·
verified ·
1 Parent(s): 7c8691e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ visit_webpage = VisitWebpageTool()
108
  model = HfApiModel(
109
  max_tokens=2096,
110
  temperature=0.5,
111
- # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
112
- model_id="Qwen/Qwen3-Coder-Next", # 80B in total and 3B activated, Super Efficient with Significant Performance
113
  # model_id = "meta-llama/Llama-3.3-70B-Instruct",
114
  custom_role_conversions=None,
115
  )
 
108
  model = HfApiModel(
109
  max_tokens=2096,
110
  temperature=0.5,
111
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
112
+ # model_id="Qwen/Qwen3-Coder-Next", # 80B in total and 3B activated, Super Efficient with Significant Performance
113
  # model_id = "meta-llama/Llama-3.3-70B-Instruct",
114
  custom_role_conversions=None,
115
  )