Skip to content

Commit 355b38c

Browse files
ochafikngxson
andauthored
Update common/chat.cpp
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 473c01e commit 355b38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ std::string common_chat_format_name(common_chat_format format) {
592592
}
593593
}
594594

595-
std::string common_reasoning_format_name(common_reasoning_format format) {
595+
const char * common_reasoning_format_name(common_reasoning_format format) {
596596
switch (format) {
597597
case COMMON_REASONING_FORMAT_NONE: return "none";
598598
case COMMON_REASONING_FORMAT_DEEPSEEK: return "deepseek";

0 commit comments

Comments
 (0)