Skip to content

Commit 94eb7ca

Browse files
committed
4.1-mini
1 parent c9dcf58 commit 94eb7ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_agent.py

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

77
def _judge_llm() -> llm.LLM:
88
# We can use a different LLM to evaluate the agent's responses than the one used in the agent itself
9-
# This allows you to use reasoning capabilities or larger models than would be practical for realtime chat
10-
return inference.LLM(model="openai/gpt-5.2")
9+
return inference.LLM(model="openai/gpt-4.1-mini")
1110

1211

1312
@pytest.mark.asyncio

0 commit comments

Comments
 (0)