fix(docs): Fix the <details> misplace in README.md (#294)

#291 Fixes

Fix the misplace of `<details>`

**BEFORE**
<img width="876" alt="image"
src="https://github.com/user-attachments/assets/254de872-d08d-4bca-875a-36bf793e3cd3"
/>



**AFTER**
<img width="600" alt="image"
src="https://github.com/user-attachments/assets/337e3759-0c7b-4660-a9a6-c688cacf4c9d"
/>
This commit is contained in:
gambhir ⚡
2025-04-18 05:26:09 +02:00
committed by GitHub
parent 4ecea80423
commit 3e517201cd

View File

@@ -303,7 +303,6 @@ In 2021, OpenAI released Codex, an AI system designed to generate code from natu
</details> </details>
<details>
<details> <details>
<summary>Which models are supported?</summary> <summary>Which models are supported?</summary>
@@ -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! 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!
</details> </details>
<details>
<summary>How do I stop Codex from editing my files?</summary> <summary>How do I stop Codex from editing my files?</summary>
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. 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.