feat: Add OpenAI compatible providers tooling support (#234)

* remove old providers message handler
This commit is contained in:
Petr Mironychev
2025-10-01 17:23:05 +02:00
committed by GitHub
parent f6de03f601
commit cd08b5d919
10 changed files with 218 additions and 449 deletions

View File

@ -30,14 +30,6 @@ public:
QString url() const override;
QString apiKey() const override;
LLMCore::ProviderID providerID() const override;
public slots:
void onDataReceived(
const QodeAssist::LLMCore::RequestID &requestId, const QByteArray &data) override;
void onRequestFinished(
const QodeAssist::LLMCore::RequestID &requestId,
bool success,
const QString &error) override;
};
} // namespace QodeAssist::Providers