feat: 新增maim_message配置,支持wss,tcp模式,支持token
This commit is contained in:
@@ -31,6 +31,7 @@ from src.config.official_configs import (
|
||||
ModelConfig,
|
||||
FocusChatProcessorConfig,
|
||||
MessageReceiveConfig,
|
||||
MaimMessageConfig,
|
||||
)
|
||||
|
||||
install(extra_lines=3)
|
||||
@@ -157,6 +158,7 @@ class Config(ConfigBase):
|
||||
telemetry: TelemetryConfig
|
||||
experimental: ExperimentalConfig
|
||||
model: ModelConfig
|
||||
maim_message: MaimMessageConfig
|
||||
|
||||
|
||||
def load_config(config_path: str) -> Config:
|
||||
|
||||
Reference in New Issue
Block a user