mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 02:50:36 +00:00
chat: fix #includes with include-what-you-use (#2401)
Also use qGuiApp instead of qApp. Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
#include "llm.h"
|
||||
|
||||
#include "../gpt4all-backend/llmodel.h"
|
||||
#include "../gpt4all-backend/sysinfo.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDesktopServices>
|
||||
#include <QDir>
|
||||
#include <QFile>
|
||||
#include <QDebug>
|
||||
#include <QFileInfo>
|
||||
#include <QGlobalStatic>
|
||||
#include <QNetworkInformation>
|
||||
#include <QProcess>
|
||||
#include <QResource>
|
||||
#include <QSettings>
|
||||
#include <QUrl>
|
||||
#include <QNetworkInformation>
|
||||
#include <fstream>
|
||||
#include <QtLogging>
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef GPT4ALL_OFFLINE_INSTALLER
|
||||
#include "network.h"
|
||||
# include "network.h"
|
||||
#endif
|
||||
|
||||
class MyLLM: public LLM { };
|
||||
|
Reference in New Issue
Block a user