chore: Remove dead code in RequestHandler (#106)

This commit is contained in:
Povilas Kanapickas
2025-03-06 15:19:01 +02:00
committed by GitHub
parent 81ac3c71fb
commit 5536de146c
2 changed files with 0 additions and 33 deletions

View File

@ -56,7 +56,6 @@ private:
const QString &accumulatedResponse,
const LLMConfig &config);
QString removeStopWords(const QStringView &completion, const QStringList &stopWords);
void removeCodeBlockWrappers(QString &response);
};
} // namespace QodeAssist::LLMCore