docs: add FAQ clarifying relation to OpenAI Codex (2021) (#91)

Signed-off-by: Isaac Gemal <isaacgemal@gmail.com>
This commit is contained in:
Isaac
2025-04-16 16:21:40 -04:00
committed by GitHub
parent 3cd31c8e13
commit cdd8b67dcd

View File

@@ -260,6 +260,13 @@ You can also define custom instructions:
## FAQ
<details>
<summary>OpenAI released a model called Codex in 2021 - is this related?</summary>
In 2021, OpenAI released Codex, an AI system designed to generate code from natural language prompts. That original Codex model was deprecated as of March 2023 and is separate from the CLI tool.
</details>
<details>
<summary>How do I stop Codex from touching my repo?</summary>