Spaces:
Sleeping
Sleeping
Switch to Llama-3.3-70B-Instruct model
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ final_answer = FinalAnswerTool()
|
|
83 |
model = HfApiModel(
|
84 |
max_tokens=2096,
|
85 |
temperature=0.5,
|
86 |
-
model_id='
|
87 |
custom_role_conversions=None,
|
88 |
)
|
89 |
|
|
|
83 |
model = HfApiModel(
|
84 |
max_tokens=2096,
|
85 |
temperature=0.5,
|
86 |
+
model_id='meta-llama/Llama-3.3-70B-Instruct',# it is possible that this model may be overloaded
|
87 |
custom_role_conversions=None,
|
88 |
)
|
89 |
|