fix: LM Studio url and endpoints

This commit is contained in:
Petr Mironychev
2026-05-15 21:55:07 +02:00
parent b1ca6823b8
commit a06320d1c4
5 changed files with 41 additions and 14 deletions

View File

@@ -30,6 +30,9 @@ public:
::LLMQore::BaseClient *client() const override;
QString apiKey() const override;
PluginLLMCore::RequestID sendRequest(
const QUrl &url, const QJsonObject &payload, const QString &endpoint) override;
private:
::LLMQore::OpenAIClient *m_client;
};