This commit is contained in:
Lorenze Jay
2025-01-27 08:58:12 -08:00
parent 6fb654cccd
commit 319128c90d
2 changed files with 24 additions and 24 deletions

View File

@@ -1623,7 +1623,7 @@ def test_agent_with_knowledge_sources_works_with_copy():
role="Information Agent",
goal="Provide information based on knowledge sources",
backstory="You have access to specific knowledge sources.",
llm=LLM(model="gpt-4o-mini"),
llm=LLM(model="gpt-4o-mini", api_key="123"),
knowledge_sources=[string_source],
)

File diff suppressed because one or more lines are too long