Fix: mapping LLMModel for SSH inline, removed old comments on docker-c… (#168)

Fix mapping LLMModel for SSH inline, removed old comments on docker-compose.yml
This commit is contained in:
Mario Candela
2025-02-20 22:41:28 +01:00
committed by GitHub
parent 44ec44ea5c
commit 8963bbc86d
2 changed files with 3 additions and 4 deletions

View File

@ -57,7 +57,7 @@ func (sshStrategy *SSHStrategy) Init(beelzebubServiceConfiguration parser.Beelze
OpenAIKey: beelzebubServiceConfiguration.Plugin.OpenAISecretKey,
Protocol: tracer.SSH,
Host: beelzebubServiceConfiguration.Plugin.Host,
Model: beelzebubServiceConfiguration.Plugin.LLMProvider,
Model: beelzebubServiceConfiguration.Plugin.LLMModel,
Provider: llmProvider,
CustomPrompt: beelzebubServiceConfiguration.Plugin.Prompt,
}