- 修复插件无法加载
- 修复 #2:模型切换实际并不生效
This commit is contained in:
2024-07-14 10:57:49 +08:00
parent 138b1337ac
commit b8aaaaf6a3
8 changed files with 31 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ messages:
help_reload: "&e/chatgpt reload - Reload the configuration file."
help_model: "&e/chatgpt model <model_name> - Switch to a different model."
help_modellist: "&e/chatgpt modellist - List available models."
current_model_info: "&eCurrent model: %s. Use /chatgpt model <model_name> to switch models."
model_switch: "&aModel switched to %s"
chatgpt_error: "&cFailed to contact ChatGPT."
chatgpt_response: "&bChatGPT: %s"
@@ -39,4 +40,4 @@ messages:
available_models: "&eAvailable models:"
no_permission: "&cYou do not have permission to use this command. Required permission: %s"
# DO NOT EDIT!!!!!
version: 2.1
version: 2.2

View File

@@ -31,6 +31,7 @@ messages:
help_reload: "&e/chatgpt reload - 重新加载配置文件"
help_model: "&e/chatgpt model <model_name> - 切换至其他模型"
help_modellist: "&e/chatgpt modellist - 可用的模型列表"
current_model_info: "&e当前模型%s输入 /chatgpt model <model_name> 来切换模型。"
model_switch: "&a已切换至模型 %s"
chatgpt_error: "&c无法联系ChatGPT。"
chatgpt_response: "&bChatGPT: %s"
@@ -39,4 +40,4 @@ messages:
available_models: "&e可用模型列表"
no_permission: "&c你没有权限使用这个指令。需要的权限%s"
# 不要动!!!!!
version: 2.1
version: 2.2