mirror of https://github.com/Mai-with-u/MaiBot.git
Update config_routes.py
parent
9f33e7f406
commit
881df0c8bf
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue