From 87e9a0c91a758bbac4a4ef8dd0f7e20d9e287231 Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Wed, 27 Nov 2024 10:47:03 -0800 Subject: [PATCH] fix test --- tests/agent_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/agent_test.py b/tests/agent_test.py index 857a72a22..c790cab80 100644 --- a/tests/agent_test.py +++ b/tests/agent_test.py @@ -1624,7 +1624,6 @@ def test_agent_with_knowledge_sources_context(): role="Information Agent", goal="Provide information based on knowledge sources", backstory="You have access to specific knowledge sources.", - llm=LLM(model="gpt-4o-mini"), knowledge_sources=[string_source], ) assert isinstance(agent.knowledge_sources, list)