This commit is contained in:
Petr Mironychev
2024-09-23 00:19:38 +02:00
parent 4b0b589d0e
commit 93c69df1b9
3 changed files with 5 additions and 6 deletions

View File

@ -73,8 +73,6 @@ void LLMRequestHandler::handleLLMResponse(QNetworkReply *reply,
const QJsonObject &request,
const LLMConfig &config)
{
qDebug() << "Handling LLM response" << request;
QString &accumulatedResponse = m_accumulatedResponses[reply];
bool isComplete = config.provider->handleResponse(reply, accumulatedResponse);