Move the llmodel C API to new top-level directory and version it.

This commit is contained in:
Adam Treat
2023-05-10 11:46:40 -04:00
parent 2e89a1847a
commit d918b02c29
18 changed files with 15 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
#include <QObject>
#include <QThread>
#include "llmodel/llmodel.h"
#include "../gpt4all-backend/llmodel.h"
class Chat;
class ChatLLM : public QObject