Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,8 +86,8 @@ final_answer = FinalAnswerTool()
|
|
86 |
model = HfApiModel(
|
87 |
max_tokens=2096,
|
88 |
temperature=0.5,
|
89 |
-
|
90 |
-
model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
|
91 |
custom_role_conversions=None,
|
92 |
)
|
93 |
|
|
|
86 |
model = HfApiModel(
|
87 |
max_tokens=2096,
|
88 |
temperature=0.5,
|
89 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
90 |
+
#model_id='meta-llama/Llama-3.2-3B-Instruct', # Here I used another model to compare the results
|
91 |
custom_role_conversions=None,
|
92 |
)
|
93 |
|