server: revert stale change that shouldn't be here

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-09-03 15:35:02 -04:00
parent 5680175c7f
commit 5456de356f

View File

@ -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>>