mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-18 13:04:28 -04:00
✨ feat: Add OpenRouter provider
This commit is contained in:
@ -46,13 +46,11 @@ public:
|
||||
bool done{false};
|
||||
Usage usage;
|
||||
|
||||
static OpenAIMessage fromJson(const QByteArray &data);
|
||||
QString getContent() const;
|
||||
bool hasError() const;
|
||||
bool isDone() const;
|
||||
|
||||
private:
|
||||
static OpenAIMessage fromJsonObject(const QJsonObject &obj);
|
||||
static OpenAIMessage fromJson(const QJsonObject &obj);
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::LLMCore
|
||||
|
Reference in New Issue
Block a user