Spaces:
Sleeping
Sleeping
add missing comma
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ final_answer = FinalAnswerTool()
|
|
| 31 |
model = HfApiModel(
|
| 32 |
max_tokens=2096,
|
| 33 |
temperature=0.5,
|
| 34 |
-
model_id='meta-llama/Llama-3.2-3B-Instruct' # it is possible that this model may be overloaded
|
| 35 |
custom_role_conversions=None,
|
| 36 |
)
|
| 37 |
|
|
|
|
| 31 |
model = HfApiModel(
|
| 32 |
max_tokens=2096,
|
| 33 |
temperature=0.5,
|
| 34 |
+
model_id='meta-llama/Llama-3.2-3B-Instruct', # it is possible that this model may be overloaded
|
| 35 |
custom_role_conversions=None,
|
| 36 |
)
|
| 37 |
|