feat: 使用normal作为情景预设默认模式的名称

This commit is contained in:
Rock Chin
2023-03-24 20:02:50 +08:00
parent fe054211f4
commit f6cad85476
3 changed files with 9 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ def get_prompt(name: str = None) -> list:
return __scenario_from_files__[key]['prompt']
# 默认预设方式
elif preset_mode == 'default':
elif preset_mode == 'default' or preset_mode == 'normal':
default_dict = get_prompt_dict()