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 5844792 commit a178e44Copy full SHA for a178e44
common/common.h
@@ -247,6 +247,7 @@ enum common_reasoning_format {
247
COMMON_REASONING_FORMAT_DEEPSEEK, // Extract thinking tag contents and return as `message.reasoning_content`, including in streaming deltas.
248
// do not extend this enum unless you absolutely have to
249
// in most cases, use COMMON_REASONING_FORMAT_AUTO
250
+ // see: https://github.com/ggml-org/llama.cpp/pull/15408
251
};
252
253
0 commit comments