添加新的插件。
This commit is contained in:
@@ -47,6 +47,7 @@ class Feature(Enum):
|
||||
NEWS = 20, "全球政治经济新闻"
|
||||
WEATHER = 21, "天气查询[上海天气 天气上海]"
|
||||
JD_TOKEN = 22, "JD_京豆token设置[设置京东 pt_key=xxx;pt_pin=xxx; 备注名称]"
|
||||
AI_AUTO = 23, "仿真对话"
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
|
||||
Reference in New Issue
Block a user