ilmarila commited on
Commit
f098211
·
verified ·
1 Parent(s): 57e4bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -55,10 +55,10 @@ def get_current_time_in_timezone(timezone: str) -> str:
55
  final_answer = FinalAnswerTool()
56
 
57
  MODEL_IDS = [
58
- #'Qwen/Qwen2.5-Coder-32B-Instruct',
59
- #'Qwen/Qwen2.5-Coder-14B-Instruct',
60
- #'Qwen/Qwen2.5-Coder-7B-Instruct',
61
- #'Qwen/Qwen2.5-Coder-3B-Instruct',
62
  'Qwen/Qwen2.5-Coder-1.5B-Instruct'
63
  # Add here wherever model is working for you
64
  ]
 
55
  final_answer = FinalAnswerTool()
56
 
57
  MODEL_IDS = [
58
+ 'Qwen/Qwen2.5-Coder-32B-Instruct',
59
+ 'Qwen/Qwen2.5-Coder-14B-Instruct',
60
+ 'Qwen/Qwen2.5-Coder-7B-Instruct',
61
+ 'Qwen/Qwen2.5-Coder-3B-Instruct',
62
  'Qwen/Qwen2.5-Coder-1.5B-Instruct'
63
  # Add here wherever model is working for you
64
  ]