Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUpdate model id.
app.py
CHANGED
@@ -51,7 +51,8 @@ final_answer = FinalAnswerTool()
|
|
51 |
model = HfApiModel(
|
52 |
max_tokens=2096,
|
53 |
temperature=0.5,
|
54 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
55 |
custom_role_conversions=None,
|
56 |
)
|
57 |
|
|
|
51 |
model = HfApiModel(
|
52 |
max_tokens=2096,
|
53 |
temperature=0.5,
|
54 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
55 |
+
model_id='meta-llama/Llama-3.1-8B'
|
56 |
custom_role_conversions=None,
|
57 |
)
|
58 |
|