This commit is contained in:
João Moura
2024-09-22 13:57:25 -03:00
parent f8a48a1389
commit cf74f5c9b6

View File

@@ -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