This commit is contained in:
Ben Cherry
2025-07-09 15:18:37 -07:00
parent 68ac3037f9
commit 4c02ac5533
+1 -1
View File
@@ -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