diff --git a/README.md b/README.md index b043d5ab..8a85a4df 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,6 @@ In 2021, OpenAI released Codex, an AI system designed to generate code from natu -
Which models are supported? @@ -316,6 +315,8 @@ Any model available with [Responses API](https://platform.openai.com/docs/api-re It's possible that your [API account needs to be verified](https://help.openai.com/en/articles/10910291-api-organization-verification) in order to start streaming responses and seeing chain of thought summaries from the API. If you're still running into issues, please let us know!
+ +
How do I stop Codex from editing my files? Codex runs model-generated commands in a sandbox. If a proposed command or file change doesn't look right, you can simply type **n** to deny the command or give the model feedback.