mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:20:43 +00:00
test: complete codex cli live model config
This commit is contained in:
@@ -85,9 +85,12 @@ function openAiProviderConfigForCodexCli(
|
||||
models: [
|
||||
{
|
||||
contextWindow: 1_047_576,
|
||||
cost: { cacheRead: 0, cacheWrite: 0, input: 0, output: 0 },
|
||||
id: modelId,
|
||||
input: ["text"],
|
||||
maxTokens: 32_768,
|
||||
name: modelId,
|
||||
reasoning: true,
|
||||
},
|
||||
],
|
||||
timeoutSeconds: Math.ceil(CLI_BACKEND_REQUEST_TIMEOUT_MS / 1000),
|
||||
|
||||
Reference in New Issue
Block a user