Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2025-12-12 08:54:36 +08:00
committed by GitHub
2 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ func GetOpenAIModels() []*ModelInfo {
ContextLength: 400000,
MaxCompletionTokens: 128000,
SupportedParameters: []string{"tools"},
Thinking: &ThinkingSupport{Levels: []string{"low", "medium", "high", "xhigh"}},
Thinking: &ThinkingSupport{Levels: []string{"none", "low", "medium", "high", "xhigh"}},
},
}
}