We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac303 commit 4c02ac5Copy full SHA for 4c02ac5
evals/test_agent.py
@@ -6,7 +6,7 @@
6
7
8
def _llm() -> llm.LLM:
9
- return openai.LLM(model="gpt-4o-mini", temperature=0.45)
+ return openai.LLM(model="gpt-4o-mini")
10
11
12
@pytest.mark.asyncio
0 commit comments