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 c9dcf58 commit 94eb7caCopy full SHA for 94eb7ca
1 file changed
tests/test_agent.py
@@ -6,8 +6,7 @@
6
7
def _judge_llm() -> llm.LLM:
8
# 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")
+ return inference.LLM(model="openai/gpt-4.1-mini")
11
12
13
@pytest.mark.asyncio
0 commit comments