feat:修改maisaka

This commit is contained in:
SengokuCola
2026-03-23 17:55:39 +08:00
parent 84551460e6
commit e7ca3142e9
20 changed files with 257 additions and 748 deletions

View File

@@ -4,7 +4,7 @@ MaiSaka - Reply 回复生成器
"""
from typing import Optional
from llm_service import MaiSakaLLMService
from .llm_service import MaiSakaLLMService
def format_chat_history(messages: list) -> str: