Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ final_answer = FinalAnswerTool()
|
|
59 |
model = HfApiModel(
|
60 |
max_tokens=2096,
|
61 |
temperature=0.5,
|
62 |
-
model_id='
|
63 |
custom_role_conversions=None,
|
64 |
)
|
65 |
|
|
|
59 |
model = HfApiModel(
|
60 |
max_tokens=2096,
|
61 |
temperature=0.5,
|
62 |
+
model_id='meta-llama/Llama-3.2-3B-Instruct',# it is possible that this model may be overloaded
|
63 |
custom_role_conversions=None,
|
64 |
)
|
65 |
|