mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
fix(openai): route Codex audio to transcription model
This commit is contained in:
@@ -789,9 +789,14 @@
|
||||
}
|
||||
},
|
||||
"openai-codex": {
|
||||
"capabilities": ["image"],
|
||||
"capabilities": ["image", "audio"],
|
||||
"defaultModels": {
|
||||
"image": "gpt-5.5"
|
||||
"image": "gpt-5.5",
|
||||
"audio": "gpt-4o-transcribe"
|
||||
},
|
||||
"autoPriority": {
|
||||
"image": 20,
|
||||
"audio": 20
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user