chore: rm hardcoded conditional that was used for testing (#12371)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user