Fix bug with model loading on initial load.

This commit is contained in:
Adam Treat
2023-06-26 09:35:29 -04:00
parent 3ca9e8692c
commit 64e98b8ea9
7 changed files with 71 additions and 17 deletions

View File

@@ -130,6 +130,7 @@ private Q_SLOTS:
void handleTokenSpeedChanged(const QString &tokenSpeed);
void handleDatabaseResultsChanged(const QList<ResultInfo> &results);
void handleModelInfoChanged(const ModelInfo &modelInfo);
void handleModelInstalled();
private:
QString m_id;
@@ -150,6 +151,7 @@ private:
bool m_isServer;
bool m_shouldDeleteLater;
bool m_isModelLoaded;
bool m_shouldLoadModelWhenInstalled;
};
#endif // CHAT_H