fcivardi commited on
Commit
28e2905
·
verified ·
1 Parent(s): a9d5afb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
49
 
50
  final_answer = FinalAnswerTool()
51
  model = HfApiModel(
52
- max_tokens=512, #2096,
53
  temperature=0.5,
54
  #model_id = 'Qwen/Qwen2.5-Coder-32B-Instruct', # it is possible that this model may be overloaded
55
  model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct',
 
49
 
50
  final_answer = FinalAnswerTool()
51
  model = HfApiModel(
52
+ max_tokens=2096,
53
  temperature=0.5,
54
  #model_id = 'Qwen/Qwen2.5-Coder-32B-Instruct', # it is possible that this model may be overloaded
55
  model_id='Qwen/Qwen2.5-Coder-1.5B-Instruct',