Closed grischperl closed 1 month ago
Description
There was no final response returned as the llm call of the Finalizer was broken. The self.models is a dictionary. A specific model needs to be chosen to access llm.
self.models
llm
Changes proposed in this pull request:
gpt4.o-mini
Related issue(s)
The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.
Description
There was no final response returned as the llm call of the Finalizer was broken. The
self.models
is a dictionary. A specific model needs to be chosen to accessllm
.Changes proposed in this pull request:
gpt4.o-mini
model in the FinalizerRelated issue(s)