Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
48 |
|
49 |
final_answer = FinalAnswerTool()
|
50 |
model = HfApiModel(
|
51 |
-
max_tokens=
|
52 |
temperature=0.5,
|
53 |
model_id='meta-llama/Meta-Llama-3-8B-Instruct',
|
54 |
custom_role_conversions=None,
|
|
|
48 |
|
49 |
final_answer = FinalAnswerTool()
|
50 |
model = HfApiModel(
|
51 |
+
max_tokens=2096,
|
52 |
temperature=0.5,
|
53 |
model_id='meta-llama/Meta-Llama-3-8B-Instruct',
|
54 |
custom_role_conversions=None,
|