Adjust reasoning template migration procedure

This commit is contained in:
Cohee
2025-03-18 00:47:20 +02:00
parent 271c93a504
commit b1346910a4
2 changed files with 29 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ import { POPUP_TYPE, callGenericPopup } from './popup.js';
import { loadSystemPrompts } from './sysprompt.js';
import { fuzzySearchCategories } from './filters.js';
import { accountStorage } from './util/AccountStorage.js';
import { loadReasoningTemplates } from './reasoning.js';
import { DEFAULT_REASONING_TEMPLATE, loadReasoningTemplates } from './reasoning.js';
export {
loadPowerUserSettings,
@@ -258,7 +258,7 @@ let power_user = {
},
reasoning: {
name: 'DeepSeek',
name: DEFAULT_REASONING_TEMPLATE,
auto_parse: false,
add_to_prompts: false,
auto_expand: false,