opencode-agent[bot] 1 месяц назад
Родитель
Сommit
4dcfd9182c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/src/plugin/openai/codex.ts

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

@@ -309,7 +309,7 @@ export async function CodexAuthPlugin(input: PluginInput, options: CodexAuthPlug
                         input: 372_000,
                         output: 128_000,
                       }
-                  : model.limit,
+                    : model.limit,
               },
             ]),
         )