mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
server: revert stale change that shouldn't be here
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
5680175c7f
commit
5456de356f
@ -638,7 +638,7 @@ void Server::start()
|
||||
});
|
||||
|
||||
connect(this, &Server::requestServerNewPromptResponsePair, m_chat,
|
||||
&Chat::newPromptResponsePair, Qt::BlockingQueuedConnection);
|
||||
&Chat::serverNewPromptResponsePair, Qt::BlockingQueuedConnection);
|
||||
}
|
||||
|
||||
static auto makeError(auto &&...args) -> std::pair<QHttpServerResponse, std::optional<QJsonObject>>
|
||||
|
Loading…
Reference in New Issue
Block a user