移除无用prompt,优化replyer回复表现

This commit is contained in:
SengokuCola
2026-04-09 13:22:18 +08:00
parent ca8d726d53
commit daef71b7e9
18 changed files with 212 additions and 268 deletions

View File

@@ -55,7 +55,7 @@ CONFIG_DIR: Path = PROJECT_ROOT / "config"
BOT_CONFIG_PATH: Path = (CONFIG_DIR / "bot_config.toml").resolve().absolute()
MODEL_CONFIG_PATH: Path = (CONFIG_DIR / "model_config.toml").resolve().absolute()
MMC_VERSION: str = "1.0.0"
CONFIG_VERSION: str = "8.5.2"
CONFIG_VERSION: str = "8.5.3"
MODEL_CONFIG_VERSION: str = "1.13.1"
logger = get_logger("config")