chore: rm hardcoded conditional that was used for testing (#12371)

pull/12372/head
Aiden Cline 2026-02-05 16:31:52 -06:00 committed by GitHub
parent a45841396f
commit 36637b3be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
}
}
if (!provider.models["gpt-5.3-codex"] || true) {
if (!provider.models["gpt-5.3-codex"]) {
const model = {
id: "gpt-5.3-codex",
providerID: "openai",