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 b8fce5b commit 60c0659Copy full SHA for 60c0659
1 file changed
tests/test_agent.py
@@ -7,7 +7,6 @@
7
8
9
def _judge_llm() -> llm.LLM:
10
- # We can use a different LLM to evaluate the agent's responses than the one used in the agent itself
11
return inference.LLM(model="openai/gpt-4.1-mini")
12
13
0 commit comments