feat: Add custom providers endpoint (#188)

This commit is contained in:
Petr Mironychev
2025-05-17 09:21:06 +02:00
committed by GitHub
parent 7e2345773f
commit 637a4d9d4c
6 changed files with 101 additions and 5 deletions

View File

@ -77,6 +77,7 @@ private:
LLMCore::ContextData prepareContext(
const QJsonObject &request, const Context::DocumentInfo &documentInfo);
QString endpoint(LLMCore::Provider *provider, LLMCore::TemplateType type, bool isLanguageSpecify);
const Settings::CodeCompletionSettings &m_completeSettings;
const Settings::GeneralSettings &m_generalSettings;