app.py
CHANGED
@@ -62,8 +62,8 @@ final_answer = FinalAnswerTool()
|
|
62 |
model = HfApiModel(
|
63 |
max_tokens=2096,
|
64 |
temperature=0.5,
|
65 |
-
|
66 |
-
model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
|
67 |
custom_role_conversions=None,
|
68 |
)
|
69 |
|
|
|
62 |
model = HfApiModel(
|
63 |
max_tokens=2096,
|
64 |
temperature=0.5,
|
65 |
+
model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
|
66 |
+
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
|
67 |
custom_role_conversions=None,
|
68 |
)
|
69 |
|