File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef CHATLLM_H
2
2
#define CHATLLM_H
3
3
4
+ #include " chatmodel.h"
4
5
#include " database.h" // IWYU pragma: keep
5
6
#include " modellist.h"
6
7
30
31
using namespace Qt ::Literals::StringLiterals;
31
32
32
33
class QDataStream ;
33
- struct ChatItem ;
34
34
35
35
// NOTE: values serialized to disk, do not change or reuse
36
36
enum class LLModelTypeV0 { // chat versions 2-5
Original file line number Diff line number Diff line change 1
1
#include " server.h"
2
2
3
3
#include " chat.h"
4
+ #include " chatmodel.h"
4
5
#include " modellist.h"
5
6
#include " mysettings.h"
6
7
#include " utils.h"
Original file line number Diff line number Diff line change 2
2
#define SERVER_H
3
3
4
4
#include " chatllm.h"
5
- #include " chatmodel.h"
6
5
#include " database.h"
7
6
8
7
#include < QHttpServer>
You can’t perform that action at this time.
0 commit comments