Fix getting models list

This commit is contained in:
Petr Mironychev
2024-09-24 08:59:26 +02:00
parent 9745997952
commit b559a17407
8 changed files with 13 additions and 11 deletions

View File

@ -39,7 +39,7 @@ public:
virtual void prepareRequest(QJsonObject &request) = 0;
virtual bool handleResponse(QNetworkReply *reply, QString &accumulatedResponse) = 0;
virtual QList<QString> getInstalledModels(const Utils::Environment &env) = 0;
virtual QList<QString> getInstalledModels(const Utils::Environment &env, const QString &url) = 0;
};
} // namespace QodeAssist::Providers