remove:移除pfc遗留代码

This commit is contained in:
SengokuCola
2025-07-13 15:19:56 +08:00
parent 64b9aae963
commit 6226de10ea
23 changed files with 9 additions and 3665 deletions

View File

@@ -9,7 +9,7 @@ from src.chat.utils.prompt_builder import Prompt, global_prompt_manager
from src.chat.utils.chat_message_builder import build_readable_messages, get_raw_msg_by_timestamp_with_chat_inclusive
from src.llm_models.utils_model import LLMRequest
from src.manager.async_task_manager import AsyncTask, async_task_manager
from src.chat.message_receive.chat_stream import ChatStream, get_chat_manager
from src.chat.message_receive.chat_stream import get_chat_manager
logger = get_logger("mood")