mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 16:31:50 +00:00
fix: dax typo
This commit is contained in:
parent
38bff1b372
commit
598d63db63
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export namespace ProviderTransform {
|
|||
}
|
||||
}
|
||||
|
||||
if (model.providerID.includes("gpt-5") && !model.api.id.includes("gpt-5-chat")) {
|
||||
if (model.api.id.includes("gpt-5") && !model.api.id.includes("gpt-5-chat")) {
|
||||
if (model.providerID.includes("codex")) {
|
||||
result["store"] = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue