From 05ccc1995b06c42c0eca2f20a15881c00c13dd2a Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 18 Jan 2025 14:18:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E6=AE=8B=E7=95=99?= =?UTF-8?q?=E7=9A=84=20personalities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/api/__init__.py | 1 - astrbot/api/all.py | 1 - 2 files changed, 2 deletions(-) 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