Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Jul 29, 2024
1 parent bc49bfd commit 33f4923
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 33f4923

Please sign in to comment.