Skip to content

Commit 60b2733

Browse files
committed
v2.5.7
1 parent 4e84ca2 commit 60b2733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/routes/playground.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
youtube_agent = get_youtube_agent(debug_mode=True)
1717

1818
# Create a playground instance
19-
playground = Playground(agents=[research_agent, web_search_agent, finance_agent, youtube_agent])
19+
playground = Playground(agents=[web_search_agent, research_agent, finance_agent, youtube_agent])
2020
# Log the playground endpoint with phidata.app
2121
if getenv("RUNTIME_ENV") == "dev":
2222
playground.create_endpoint("http://localhost:8000")

0 commit comments

Comments
 (0)