mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-17 04:24:33 -04:00
✨ feat: Add removing codeblock wrappers from code completion
This commit is contained in:
@ -58,6 +58,7 @@ private:
|
||||
const QString &accumulatedResponse,
|
||||
const LLMConfig &config);
|
||||
QString removeStopWords(const QStringView &completion, const QStringList &stopWords);
|
||||
void removeCodeBlockWrappers(QString &response);
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::LLMCore
|
||||
|
Reference in New Issue
Block a user