mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 02:50:36 +00:00
Cleanup the chatllm properly.
This commit is contained in:
@@ -25,6 +25,8 @@ class Chat : public QObject
|
||||
|
||||
public:
|
||||
explicit Chat(QObject *parent = nullptr);
|
||||
virtual ~Chat();
|
||||
void connectLLM();
|
||||
|
||||
QString id() const { return m_id; }
|
||||
QString name() const { return m_userName.isEmpty() ? m_name : m_userName; }
|
||||
|
Reference in New Issue
Block a user