fix: 清除残留的 personalities

This commit is contained in:
Soulter
2025-01-18 14:18:03 +08:00
parent 0de244889e
commit 05ccc1995b
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ from astrbot.core.star.register import register_llm_tool as llm_tool
__all__ = [
"AstrBotConfig",
"logger",
"personalities",
"html_renderer",
"llm_tool",
"sp"

View File

@@ -1,7 +1,6 @@
from astrbot.core.config.astrbot_config import AstrBotConfig
from astrbot import logger
from astrbot.core.utils.personality import personalities
from astrbot.core import html_renderer
from astrbot.core.star.register import register_llm_tool as llm_tool