Update config_routes.py

pull/1477/head
A0000Xz 2026-01-03 16:31:46 +08:00 committed by GitHub
parent 9f33e7f406
commit 881df0c8bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ from src.config.official_configs import (
ChineseTypoConfig,
ResponsePostProcessConfig,
ResponseSplitterConfig,
ResponseTypingConfig,
TelemetryConfig,
ExperimentalConfig,
MaimMessageConfig,
@ -129,6 +130,7 @@ async def get_config_section_schema(section_name: str, _auth: bool = Depends(req
"chinese_typo": ChineseTypoConfig,
"response_post_process": ResponsePostProcessConfig,
"response_splitter": ResponseSplitterConfig,
"response_typing": ResponseTypingConfig,
"telemetry": TelemetryConfig,
"experimental": ExperimentalConfig,
"maim_message": MaimMessageConfig,