🎉 初始化项目
This commit is contained in:
6
web-app/default/content/presets/reasoning/Blank.json
Normal file
6
web-app/default/content/presets/reasoning/Blank.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "Blank",
|
||||
"prefix": "",
|
||||
"suffix": "",
|
||||
"separator": ""
|
||||
}
|
||||
6
web-app/default/content/presets/reasoning/DeepSeek.json
Normal file
6
web-app/default/content/presets/reasoning/DeepSeek.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "DeepSeek",
|
||||
"prefix": "<think>\n",
|
||||
"suffix": "\n</think>",
|
||||
"separator": "\n\n"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"prefix": "<|start|>assistant<|channel|>analysis<|message|>",
|
||||
"suffix": "<|start|>assistant<|channel|>final<|message|>",
|
||||
"separator": "",
|
||||
"name": "OpenAI Harmony"
|
||||
}
|
||||
Reference in New Issue
Block a user