Pran10 commited on
Commit
eee9f0a
·
verified ·
1 Parent(s): 2eb32bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=100,
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,