From 507336a1ff0790e3fe4841c799f0952fabf43e91 Mon Sep 17 00:00:00 2001 From: shaw Date: Thu, 18 Sep 2025 15:11:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0codex=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=A4=BA=E4=BE=8B[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0add9242..89160cb1 100644 --- a/README.md +++ b/README.md @@ -433,11 +433,11 @@ requires_openai_auth = true env_key = "CRS_OAI_KEY" ``` -在 `~/.codex/auth.json` 文件中配置API密钥: +在 `~/.codex/auth.json` 文件中配置API密钥为 null: ```json { - "OPENAI_API_KEY": null + "OPENAI_API_KEY": null } ```