restore network.h #include

The online installers need this.
This commit is contained in:
Jared Van Bortel 2024-01-12 09:26:53 -05:00
parent 7e9786fccf
commit b803d51586

View File

@ -11,6 +11,10 @@
#include <QUrl>
#include <fstream>
#ifndef GPT4ALL_OFFLINE_INSTALLER
#include "network.h"
#endif
class MyLLM: public LLM { };
Q_GLOBAL_STATIC(MyLLM, llmInstance)
LLM *LLM::globalInstance()