Use sysinfo in backend.

This commit is contained in:
Adam Treat
2023-06-26 11:42:11 -04:00
parent 5e520bb775
commit a0f80453e5
5 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#include "llm.h"
#include "config.h"
#include "sysinfo.h"
#include "chatlistmodel.h"
#include "../gpt4all-backend/llmodel.h"
#include "../gpt4all-backend/sysinfo.h"
#include "network.h"
#include <QCoreApplication>