Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,9 @@ final_answer = FinalAnswerTool()
|
|
66 |
model = HfApiModel(
|
67 |
max_tokens=2096,
|
68 |
temperature=0.5,
|
69 |
-
|
|
|
|
|
70 |
custom_role_conversions=None,
|
71 |
)
|
72 |
|
|
|
66 |
model = HfApiModel(
|
67 |
max_tokens=2096,
|
68 |
temperature=0.5,
|
69 |
+
# it is possible that this model may be overloaded
|
70 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
71 |
+
model_id='open-thoughts/OpenThinker-32B',
|
72 |
custom_role_conversions=None,
|
73 |
)
|
74 |
|