kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
3 stars 12 forks source link

fix: finalizer model call #225

Closed grischperl closed 1 month ago

grischperl commented 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.

Changes proposed in this pull request:

Related issue(s)

github-actions[bot] commented 1 month ago

The evaluation test will be skipped for this PR. You can trigger it manually by adding the label evaluation requested.