Skip to content

Commit ff11a10

Browse files
committed
Change banner help information.
1 parent f9c8c6f commit ff11a10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aipyapp/aipy/i18n.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'thinking': '正在绞尽脑汁思考中,请稍等6-60秒',
3333
'no_available_llm': '没有可用的 LLM,请检查配置文件',
3434
'banner1_python': "请用 ai('任务') 输入需要 AI 处理的任务 (输入 ai.use(llm) 切换 下述 LLM:",
35-
'banner1': "请输入需要 AI 处理的任务 (输入 /use llm 切换 下述LLM)",
35+
'banner1': "请输入需要 AI 处理的任务 (输入 /use <下述LLM> 切换 )",
3636
'default': '默认',
3737
'available': '可用',
3838
'ai_mode_enter': '进入 AI 模式,开始处理任务,输入 Ctrl+d 或 /done 结束任务',
@@ -91,7 +91,7 @@
9191
'thinking': 'is thinking hard, please wait 6-60 seconds',
9292
'no_available_llm': 'No available LLM, please check the configuration file',
9393
'banner1_python': "Please use ai('task') to enter the task to be processed by AI (enter ai.use(llm) to switch to the following LLM:",
94-
'banner1': "Please enter the task to be processed by AI (enter /use llm to switch to the following LLM)",
94+
'banner1': "Please enter the task to be processed by AI (enter /use <following LLM> to switch)",
9595
'default': 'Default',
9696
'available': 'Available',
9797
'ai_mode_enter': 'Enter AI mode, start processing tasks, enter Ctrl+d or /done to end the task',

0 commit comments

Comments
 (0)