refactor: 初步重构为maimcore

This commit is contained in:
tcmofashi
2025-03-27 13:30:46 +08:00
parent 09c6500d79
commit 4c332d0b2f
26 changed files with 426 additions and 1213 deletions

View File

@@ -1,6 +1,5 @@
from typing import List, Optional
from nonebot import get_driver
from ..models.utils_model import LLM_request
from .config import global_config
@@ -15,9 +14,6 @@ topic_config = LogConfig(
logger = get_module_logger("topic_identifier", config=topic_config)
driver = get_driver()
config = driver.config
class TopicIdentifier:
def __init__(self):