Просмотр исходного кода

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

Aiden Cline 2 недель назад
Родитель
Сommit
36637b3be0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/src/plugin/codex.ts

+ 1 - 1
packages/opencode/src/plugin/codex.ts

@@ -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",