Skip to content

Commit

Permalink
Merge branch 'main' into fix/load_yml_encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Sep 22, 2024
2 parents a03d57f + 9de7aa6 commit 7632d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_agent_creation():

def test_agent_default_values():
agent = Agent(role="test role", goal="test goal", backstory="test backstory")
assert agent.llm == "gpt-4o"
assert agent.llm == "gpt-4o-mini"
assert agent.allow_delegation is False


Expand Down

0 comments on commit 7632d18

Please sign in to comment.