Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ysolanky committed Oct 16, 2024
1 parent b947d7b commit 1b0ec03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from db.session import db_url

finance_agent_storage = PgAgentStorage(table_name="finance_agent", db_url=db_url)
youtube_agent_storage = PgAgentStorage(table_name="finance_agent", db_url=db_url)


def get_youtube_agent(
Expand All @@ -34,7 +34,7 @@ def get_youtube_agent(
num_history_responses=5,
show_tool_calls=True,
add_datetime_to_instructions=True,
storage=finance_agent_storage,
storage=youtube_agent_storage,
# Enable monitoring on phidata.app
monitoring=True,
debug_mode=debug_mode,
Expand Down

0 comments on commit 1b0ec03

Please sign in to comment.