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 64bb5f7 commit 86acd6eCopy full SHA for 86acd6e
ldai/chat/__init__.py
@@ -72,8 +72,7 @@ async def invoke(self, prompt: str) -> ChatResponse:
72
and self._ai_config.judge_configuration.judges
73
and len(self._ai_config.judge_configuration.judges) > 0
74
):
75
- evaluation_tasks = self._start_judge_evaluations(self._messages, response)
76
- response.evaluations = evaluation_tasks
+ response.evaluations = self._start_judge_evaluations(self._messages, response)
77
78
# Add the response message to conversation history
79
self._messages.append(response.message)
0 commit comments