Freddolin commited on
Commit
aef8c2b
·
verified ·
1 Parent(s): 1582f93

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -19,7 +19,7 @@ class GaiaAgent:
19
  model="google/flan-t5-large", # <-- Bara denna rad
20
  token=token,
21
  device="cpu",
22
- max_new_tokens=1024,
23
  do_sample=False,
24
  temperature=0.1,
25
  )
 
19
  model="google/flan-t5-large", # <-- Bara denna rad
20
  token=token,
21
  device="cpu",
22
+ max_new_tokens=256,
23
  do_sample=False,
24
  temperature=0.1,
25
  )