From 3e517201cd4248391af8e16200d887ba23f8cbc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gambhir=20=E2=9A=A1?= Date: Fri, 18 Apr 2025 05:26:09 +0200 Subject: [PATCH] fix(docs): Fix the
misplace in README.md (#294) #291 Fixes Fix the misplace of `
` **BEFORE** image **AFTER** image --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.