chat: implement display of model loading warnings (#2034)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-03-06 17:14:54 -05:00
committed by GitHub
parent a0bd96f75d
commit 44717682a7
8 changed files with 33 additions and 10 deletions

View File

@@ -113,6 +113,7 @@ Q_SIGNALS:
void chatModelChanged();
void isModelLoadedChanged();
void modelLoadingPercentageChanged();
void modelLoadingWarning(const QString &warning);
void responseChanged();
void responseInProgressChanged();
void responseStateChanged();