chat : clarify the meaning of reasoning_format (#15408)
* chat : clarify the meaning of reasoning_format * add link to this PR
This commit is contained in:
parent
9d262f4bad
commit
e9288e8869
3 changed files with 6 additions and 4 deletions
|
|
@ -632,7 +632,6 @@ const char * common_reasoning_format_name(common_reasoning_format format) {
|
|||
case COMMON_REASONING_FORMAT_AUTO: return "auto";
|
||||
case COMMON_REASONING_FORMAT_DEEPSEEK: return "deepseek";
|
||||
case COMMON_REASONING_FORMAT_DEEPSEEK_LEGACY: return "deepseek-legacy";
|
||||
case COMMON_REASONING_FORMAT_GRANITE: return "granite";
|
||||
default:
|
||||
throw std::runtime_error("Unknown reasoning format");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue