mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-02 01:37:20 -05:00
fix: update references from phidata to agno in routing agent implementation and documentation
This commit is contained in:
@@ -134,7 +134,7 @@ def process_document(file) -> List[Document]:
|
||||
return []
|
||||
|
||||
def create_routing_agent() -> Agent:
|
||||
"""Creates a routing agent using phidata framework"""
|
||||
"""Creates a routing agent using agno framework"""
|
||||
return Agent(
|
||||
model=OpenAIChat(
|
||||
id="gpt-4o",
|
||||
|
||||
Reference in New Issue
Block a user