mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 00:15:59 +00:00
restore network.h #include
The online installers need this.
This commit is contained in:
parent
7e9786fccf
commit
b803d51586
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user