Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ final_answer = FinalAnswerTool()
|
|
79 |
model = HfApiModel(
|
80 |
max_tokens=1000, # Reduced from 2096 to reduce total token count
|
81 |
temperature=0.5,
|
82 |
-
model_id='
|
83 |
custom_role_conversions=None,
|
84 |
)
|
85 |
|
|
|
79 |
model = HfApiModel(
|
80 |
max_tokens=1000, # Reduced from 2096 to reduce total token count
|
81 |
temperature=0.5,
|
82 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
83 |
custom_role_conversions=None,
|
84 |
)
|
85 |
|