Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
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 |
]
|