mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-18 17:32:00 +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 <QUrl>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
#ifndef GPT4ALL_OFFLINE_INSTALLER
|
||||||
|
#include "network.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
class MyLLM: public LLM { };
|
class MyLLM: public LLM { };
|
||||||
Q_GLOBAL_STATIC(MyLLM, llmInstance)
|
Q_GLOBAL_STATIC(MyLLM, llmInstance)
|
||||||
LLM *LLM::globalInstance()
|
LLM *LLM::globalInstance()
|
||||||
|
Loading…
Reference in New Issue
Block a user