Skip to content

Commit 4c02ac5

Browse files
committed
temp
1 parent 68ac303 commit 4c02ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def _llm() -> llm.LLM:
9-
return openai.LLM(model="gpt-4o-mini", temperature=0.45)
9+
return openai.LLM(model="gpt-4o-mini")
1010

1111

1212
@pytest.mark.asyncio

0 commit comments

Comments
 (0)