diff --git a/evals/test_agent.py b/evals/test_agent.py index a7be5e9..76c0d11 100644 --- a/evals/test_agent.py +++ b/evals/test_agent.py @@ -6,7 +6,7 @@ from agent import Assistant def _llm() -> llm.LLM: - return openai.LLM(model="gpt-4o-mini", temperature=0.45) + return openai.LLM(model="gpt-4o-mini") @pytest.mark.asyncio