Skip to content

Commit 16aa5c1

Browse files
committed
fix: docs content
1 parent 2aeb2eb commit 16aa5c1

File tree

1 file changed

+2
-2
lines changed
  • website/docs/_blogs/2025-12-22-GPT-5.1-Apply-Patch-Tool

1 file changed

+2
-2
lines changed

website/docs/_blogs/2025-12-22-GPT-5.1-Apply-Patch-Tool/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GPT-5.1 automatically generates these diffs when using the apply_patch tool, ens
6363

6464
## Basic Setup and Configuration
6565

66-
Getting started with apply_patch in AG2 is straightforward. You need GPT-5.1 or any model above 5.1 access (currently in beta) and AG2 installed with OpenAI support.
66+
Getting started with apply_patch in AG2 is straightforward. You need GPT-5.1 or any model above 5.1 access and AG2 installed with OpenAI support.
6767

6868
### Installation
6969

@@ -614,7 +614,7 @@ patch_tool = ApplyPatchTool(
614614
pip install ag2[openai]
615615
```
616616

617-
2. **Get GPT-5.1 access**: Ensure your OpenAI API key has access to GPT-5.1 (currently in beta)
617+
2. **Get GPT-5.1 access**: Ensure your OpenAI API key has access to GPT-5.1
618618

619619
3. **Try the examples**: Start with simple file creation, then move to more complex multi-file operations
620620

0 commit comments

Comments
 (0)