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 875c109 commit b6f4da4Copy full SHA for b6f4da4
Model/LlmFactory.php
@@ -62,7 +62,7 @@ protected function create(string $type): ChatInterface|EmbeddingGeneratorInterfa
62
$embedding = $this->openaiEmbeddingGeneratorFactory->create(['config' => $this->openAIConfig]);
63
}
64
else {
65
- throw new InvalidArgumentException(__('%s is not supported', $provider));
+ throw new InvalidArgumentException(__('Please configure LLM Provider'));
66
67
return match($type) {
68
'chat' => $chat,
0 commit comments