Use getter/setter methods for API key access in ModelConfig

This commit is contained in:
uiyzzi
2026-03-23 15:51:13 +08:00
parent 608ec6d329
commit 79df938696
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export interface ModelInfo {
max_tokens_field?: string
request_timeout?: number
thinking_level?: string
extra_body?: Record<string, any>
extra_body?: Record<string, unknown>
// Meta
configured: boolean
is_default: boolean