palltaruo commited on
Commit
be8e2cc
·
verified ·
1 Parent(s): 25c520a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ final_answer = FinalAnswerTool()
12
 
13
  # Initialize model
14
  model = HfApiModel(
15
- max_tokens=2096,
16
  temperature=0.5,
17
  model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct', # it is possible that this model may be overloaded
18
  custom_role_conversions=None,
 
12
 
13
  # Initialize model
14
  model = HfApiModel(
15
+ max_tokens=1000,
16
  temperature=0.5,
17
  model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct', # it is possible that this model may be overloaded
18
  custom_role_conversions=None,