Skip to content

Commit

Permalink
Merge branch 'release/v2.5.0' of https://github.com/phidatahq/phidata
Browse files Browse the repository at this point in the history
…into release/v2.5.0
  • Loading branch information
ashpreetbedi committed Sep 27, 2024
2 parents 5cde751 + 7e7dc12 commit aee0650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phi/playground/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def agent_get():
model=AgentModel(
provider=agent.model.provider or agent.model.__class__.__name__ if agent.model else None,
name=agent.model.name or agent.model.__class__.__name__ if agent.model else None,
model=agent.model.model if agent.model else None,
model=agent.model.id if agent.model else None,
),
enable_rag=agent.enable_rag,
tools=formatted_tools,
Expand Down

0 comments on commit aee0650

Please sign in to comment.