Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 26, 2024
1 parent 467c7ad commit 87c7631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(

agent = (
ConfigurableAgent(
agent=AgentType.GEMINI,
agent=AgentType.GPT_35_TURBO,
tools=[],
system_message=DEFAULT_SYSTEM_MESSAGE,
retrieval_description=RETRIEVAL_DESCRIPTION,
Expand Down

0 comments on commit 87c7631

Please sign in to comment.