koishijs / chatgpt-bot

AI conversation based on ChatGPT | 基于 ChatGPT 的 AI 对话机器人
https://chatgpt.koishi.chat
MIT License
70 stars 13 forks source link

RFC: Abandon Command Usage for Conversation #10

Closed MaikoTan closed 1 year ago

MaikoTan commented 1 year ago

Summary 概述

As a chatbot plugin, using a command to invoke the conversation seems to be weird nowadays. Since we have appellations and prefixes to invoke the conversations, I think it is time to abandon the command usage for invoking a conversation.

作为一个聊天机器人,在现在使用指令调起对话是奇葩的。自从我们有称谓和前缀用于调起对话,我想是时候放弃指令用途作为对话。

Expectaion 期望

Feel free to comment your thoughts here! 在这里自由地评论你的想法!


cc @Anillc @Shigma @TimeBather

shigma commented 1 year ago

我觉得没问题。当然也可以保留一个子指令用于唤起对话,例如 chatgpt/chat。

MaikoTan commented 1 year ago

我觉得没问题。当然也可以保留一个子指令用于唤起对话,例如 chatgpt/chat。

sounds make sense, would do as soon as possible.

MaikoTan commented 1 year ago

I noticed that there are much people using the command style, as we don't have a changelog currently, how do we announce people that we are going to abandon this?

我注意到那里有不少人们使用指令样式,既然我们目前没有更新记录,我们应该如何通告人们我们将要废弃这个?

shigma commented 1 year ago

如果要保持现有兼容性,可以不移除指令,新功能通过子指令实现,例如 chatgpt.setting, chatgpt.reset 等。