update document

This commit is contained in:
musistudio
2025-09-02 12:13:54 +08:00
parent f7981b16cd
commit c7303775ad
10 changed files with 67 additions and 406 deletions

View File

@@ -18,6 +18,7 @@ export interface RouterConfig {
longContext: string;
longContextThreshold: number;
webSearch: string;
image: string;
custom?: any;
}
@@ -53,6 +54,7 @@ export interface Config {
Router: RouterConfig;
transformers: Transformer[];
StatusLine?: StatusLineConfig;
forceUseImageAgent?: boolean;
// Top-level settings
LOG: boolean;
LOG_LEVEL: string;