@@ -638,5 +638,9 @@
|
|||||||
{
|
{
|
||||||
"filename": "presets/reasoning/OpenAI Harmony.json",
|
"filename": "presets/reasoning/OpenAI Harmony.json",
|
||||||
"type": "reasoning"
|
"type": "reasoning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "presets/reasoning/Think XML.json",
|
||||||
|
"type": "reasoning"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Think XML",
|
||||||
|
"prefix": "<think>",
|
||||||
|
"suffix": "</think>",
|
||||||
|
"separator": "\n"
|
||||||
|
}
|
||||||
@@ -31,7 +31,7 @@ import { copyText, escapeRegex, isFalseBoolean, isTrueBoolean, setDatasetPropert
|
|||||||
*/
|
*/
|
||||||
export const reasoning_templates = [];
|
export const reasoning_templates = [];
|
||||||
|
|
||||||
export const DEFAULT_REASONING_TEMPLATE = 'DeepSeek';
|
export const DEFAULT_REASONING_TEMPLATE = 'Think XML';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {Record<string, JQuery<HTMLElement>>} List of UI elements for reasoning settings
|
* @type {Record<string, JQuery<HTMLElement>>} List of UI elements for reasoning settings
|
||||||
|
|||||||
Reference in New Issue
Block a user