feat: 将tips的值统一为str类型

This commit is contained in:
Rock Chin
2023-04-07 13:23:58 +08:00
parent 83d02aaaac
commit 07abad6a14
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class ResetCommand(AbstractCommandNode):
if len(params) == 0:
pkg.openai.session.get_session(session_name).reset(explicit=True)
reply = tips_custom.command_reset_message
reply = [tips_custom.command_reset_message]
else:
try:
import pkg.openai.dprompt as dprompt