Update README.md

pull/552/head
Kye Gomez 5 months ago committed by GitHub
parent bc49bfdc4f
commit 33f4923c6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -289,8 +289,7 @@ agent = Agent(
stopping_token="<DONE>",
interactive=True,
tools=[terminal, browser, file_editor, create_file],
code_interpreter=True,
# streaming=True,
streaming=True,
long_term_memory=memory,
)
@ -399,8 +398,7 @@ agent = Agent(
stopping_token="<DONE>",
interactive=True,
tools=[terminal, browser, file_editor, create_file],
code_interpreter=True,
# streaming=True,
streaming=True,
)
# Run the agent

Loading…
Cancel
Save