feat: 添加了读空气功能

This commit is contained in:
tcmofashi
2025-03-02 03:45:23 +08:00
parent 35589649da
commit 136a807896
4 changed files with 61 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ class BotConfig:
MODEL_R1_DISTILL_PROBABILITY: float = 0.1 # R1蒸馏模型概率
enable_advance_output: bool = False # 是否启用高级输出
enable_kuuki_read: bool = True # 是否启用读空气功能
@staticmethod
def get_default_config_path() -> str: