mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
feat: 使用normal作为情景预设默认模式的名称
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user