From 2406cc775e8442be21d9c4768a644e606dac313e Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Tue, 16 Sep 2025 04:53:25 +0800 Subject: [PATCH] Add GPT-5 Codex model support and configuration options in documentation --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index bd0395a9..9a99df97 100644 --- a/README_CN.md +++ b/README_CN.md @@ -275,7 +275,7 @@ console.log(await claudeResponse.json()); | `debug` | boolean | false | 启用调试模式以获取详细日志。 | | `api-keys` | string[] | [] | 可用于验证请求的API密钥列表。 | | `generative-language-api-key` | string[] | [] | 生成式语言API密钥列表。 | -| `force-gpt-5-codex` | bool | false | 强制将 GPT-5 调用转换成 GPT-5 Codex. | +| `force-gpt-5-codex` | bool | false | 强制将 GPT-5 调用转换成 GPT-5 Codex。 | | `codex-api-key` | object | {} | Codex API密钥列表。 | | `codex-api-key.api-key` | string | "" | Codex API密钥。 | | `codex-api-key.base-url` | string | "" | 自定义的Codex API端点 |