Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Feb 7, 2025
1 parent a7de92b commit c24ce4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookbook/models/openai/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
tools=[DuckDuckGoTools()],
add_history_to_messages=True,
)
agent.print_response("How many people live in Canada?")
agent.print_response("What is their national anthem called?")
agent.cli_app()
# agent.print_response("How many people live in Canada?")
# agent.print_response("What is their national anthem called?")

0 comments on commit c24ce4a

Please sign in to comment.