Skip to content

Commit 6223c1c

Browse files
committed
Remove comment
1 parent 0d959ba commit 6223c1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/chat.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,10 +1319,6 @@ static common_chat_params common_chat_params_init_deepseek_v3_1(const common_cha
13191319
auto prompt = apply(tmpl, inputs);
13201320
data.prompt = prompt;
13211321
data.format = COMMON_CHAT_FORMAT_DEEPSEEK_V3_1;
1322-
1323-
// For V3.1, we need to handle thinking mode differently
1324-
// The template should handle the thinking mode logic
1325-
13261322
return data;
13271323
}
13281324

0 commit comments

Comments
 (0)