We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e84ca2 commit 60b2733Copy full SHA for 60b2733
api/routes/playground.py
@@ -16,7 +16,7 @@
16
youtube_agent = get_youtube_agent(debug_mode=True)
17
18
# Create a playground instance
19
-playground = Playground(agents=[research_agent, web_search_agent, finance_agent, youtube_agent])
+playground = Playground(agents=[web_search_agent, research_agent, finance_agent, youtube_agent])
20
# Log the playground endpoint with phidata.app
21
if getenv("RUNTIME_ENV") == "dev":
22
playground.create_endpoint("http://localhost:8000")
0 commit comments