We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68868bb commit bba4f5eCopy full SHA for bba4f5e
1 file changed
llamathinkingsectionparser.cpp
@@ -3,8 +3,8 @@
3
#include "llamatypes.h"
4
5
namespace LlamaCpp {
6
-QString ThinkingSectionParser::m_startToken;
7
-QString ThinkingSectionParser::m_endToken;
+QString ThinkingSectionParser::m_startToken = "<think>";
+QString ThinkingSectionParser::m_endToken = "</think>";
8
9
void ThinkingSectionParser::setTokensFromServerProps(const LlamaCppServerProps &serverProps)
10
{
0 commit comments