mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-03-03 08:34:49 +08:00
增加插件功能,新增模型选择插件和生成图片插件
This commit is contained in:
7
plugins/plugin.py
Normal file
7
plugins/plugin.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# encoding:utf-8
|
||||
class Plugin:
|
||||
def __init__(self):
|
||||
self.handlers = {}
|
||||
|
||||
def get_help_text(self, **kwargs):
|
||||
return "暂无帮助信息"
|
||||
Reference in New Issue
Block a user