Skip to content

Commit 800af00

Browse files
createthisCISC
andauthored
Update tests/test-chat-parser.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 12b013f commit 800af00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-chat-parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static void test(const std::string & input, bool is_partial, const std::vector<s
210210
static void test_deepseek_v3_1_tool_calls() {
211211
//common_log_set_verbosity_thold(LOG_DEFAULT_DEBUG);
212212
// variant: happy path for when it works as the model card says it should
213-
const char* variant = "simple";
213+
const std::string variant("simple");
214214
common_chat_syntax syntax = {
215215
/* .format = */ COMMON_CHAT_FORMAT_DEEPSEEK_V3_1,
216216
/* .reasoning_format = */ COMMON_REASONING_FORMAT_DEEPSEEK,

0 commit comments

Comments
 (0)