From bd1c3deed9f4f103e755baa3f3a45e7a1c1a134b Mon Sep 17 00:00:00 2001 From: Fouad Matin <169186268+fouad-openai@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:05:26 -0700 Subject: [PATCH] update: readme (#630) - mention support for ZDR - codex open source fund --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 32a73bdc..53ea5de6 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ - [Installation](#installation) - [Configuration](#configuration) - [FAQ](#faq) -- [Zero Data Retention (ZDR) Organization Limitation](#zero-data-retention-zdr-organization-limitation) -- [Funding Opportunity](#funding-opportunity) +- [Zero Data Retention (ZDR) Usage](#zero-data-retention-zdr-usage) +- [Codex Open Source Fund](#codex-open-source-fund) - [Contributing](#contributing) - [Development workflow](#development-workflow) - [Git Hooks with Husky](#git-hooks-with-husky) @@ -384,34 +384,23 @@ Not directly. It requires [Windows Subsystem for Linux (WSL2)](https://learn.mic --- -## Zero Data Retention (ZDR) Organization Limitation +## Zero Data Retention (ZDR) Usage -> **Note:** Codex CLI does **not** currently support OpenAI organizations with [Zero Data Retention (ZDR)](https://platform.openai.com/docs/guides/your-data#zero-data-retention) enabled. - -If your OpenAI organization has Zero Data Retention enabled, you may encounter errors such as: +Codex CLI **does** support OpenAI organizations with [Zero Data Retention (ZDR)](https://platform.openai.com/docs/guides/your-data#zero-data-retention) enabled. If your OpenAI organization has Zero Data Retention enabled and you still encounter errors such as: ``` OpenAI rejected the request. Error details: Status: 400, Code: unsupported_parameter, Type: invalid_request_error, Message: 400 Previous response cannot be used for this organization due to Zero Data Retention. ``` -**Why?** - -- Codex CLI relies on the Responses API with `store:true` to enable internal reasoning steps. -- As noted in the [docs](https://platform.openai.com/docs/guides/your-data#responses-api), the Responses API requires a 30-day retention period by default, or when the store parameter is set to true. -- ZDR organizations cannot use `store:true`, so requests will fail. - -**What can I do?** - -- If you are part of a ZDR organization, Codex CLI will not work until support is added. -- We are tracking this limitation and will update the documentation once support becomes available. +You may need to upgrade to a more recent version with: `npm i -g @openai/codex@latest` --- -## Funding Opportunity +## Codex Open Source Fund We're excited to launch a **$1 million initiative** supporting open source projects that use Codex CLI and other OpenAI models. -- Grants are awarded in **$25,000** API credit increments. +- Grants are awarded up to **$25,000** API credits. - Applications are reviewed **on a rolling basis**. **Interested? [Apply here](https://openai.com/form/codex-open-source-fund/).**