Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -22,7 +22,6 @@ class GaiaAgent:
|
|
22 |
max_new_tokens=1024,
|
23 |
do_sample=False,
|
24 |
temperature=0.1,
|
25 |
-
return_full_text=False
|
26 |
)
|
27 |
|
28 |
# System prompt enligt GAIA:s instruktioner
|
|
|
22 |
max_new_tokens=1024,
|
23 |
do_sample=False,
|
24 |
temperature=0.1,
|
|
|
25 |
)
|
26 |
|
27 |
# System prompt enligt GAIA:s instruktioner
|