mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat(azure): change default model to gpt-5.2
Update default Azure model from gpt-4o to gpt-5.2 and ensure reasoning effort defaults are properly configured.
This commit is contained in:
parent
179ab885cb
commit
f66fbff12f
1 changed files with 1 additions and 1 deletions
|
|
@ -376,6 +376,6 @@ export const azureModels = {
|
|||
|
||||
export type AzureModelId = keyof typeof azureModels
|
||||
|
||||
export const azureDefaultModelId: AzureModelId = "gpt-4o"
|
||||
export const azureDefaultModelId: AzureModelId = "gpt-5.2"
|
||||
|
||||
export const azureDefaultModelInfo: ModelInfo = azureModels[azureDefaultModelId]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue