update: 修改模块结构
This commit is contained in:
@@ -20,7 +20,7 @@ class Config(BaseProxyConfig):
|
|||||||
helper.copy("system_prompt")
|
helper.copy("system_prompt")
|
||||||
helper.copy("platforms")
|
helper.copy("platforms")
|
||||||
|
|
||||||
class AiBot(Plugin):
|
class AiBotPlugin(Plugin):
|
||||||
|
|
||||||
# name of the bot
|
# name of the bot
|
||||||
name: str
|
name: str
|
||||||
@@ -3,8 +3,8 @@ id: org.taylorxie.llmplus
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
license: MIT
|
license: MIT
|
||||||
modules:
|
modules:
|
||||||
- ai_bot
|
- aibot
|
||||||
main_class: AiBot
|
main_class: AiBotPlugin
|
||||||
config: true
|
config: true
|
||||||
extra_files:
|
extra_files:
|
||||||
- base-config.yaml
|
- base-config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user