diff --git a/astrbot/api/__init__.py b/astrbot/api/__init__.py index ee2d3e649..090a26386 100644 --- a/astrbot/api/__init__.py +++ b/astrbot/api/__init__.py @@ -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" diff --git a/astrbot/api/all.py b/astrbot/api/all.py index 6248fd6eb..5c7046d35 100644 --- a/astrbot/api/all.py +++ b/astrbot/api/all.py @@ -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