Skip to content

Commit 82f40cd

Browse files
committed
docs: refresh model references; remove GPT-4.5; update examples to Claude 3.7/4 and GPT-4.1/4o/5
1 parent 37381aa commit 82f40cd

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docs/features/experimental/concurrent-file-edits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This feature leverages the [`apply_diff`](/advanced-usage/available-tools/apply-
9191
## Best Practices
9292

9393
### When to Enable
94-
- Using capable AI models (Claude 3.5 Sonnet, GPT-4, etc.)
94+
- Using capable AI models (Claude Sonnet 4 or Claude 3.7 Sonnet, GPT-4.1/GPT-4o, GPT-5 family)
9595
- Comfortable reviewing multiple changes at once
9696

9797
### When to Keep Disabled

docs/providers/openai-compatible.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ While this provider type allows connecting to various endpoints, if you are conn
5959
* `o1`
6060
* `o1-preview`
6161
* `o1-mini`
62-
* `gpt-4.5-preview`
6362
* `gpt-4o`
6463
* `gpt-4o-mini`
6564

docs/providers/openai.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Original reasoning models:
8484
### GPT-4o Family
8585
Optimized GPT-4 models:
8686

87-
* `gpt-4.5-preview`
8887
* `gpt-4o` - Optimized GPT-4
8988
* `gpt-4o-mini` - Smaller optimized variant
9089

docs/providers/vscode-lm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Roo Code includes *experimental* support for the [VS Code Language Model API](ht
3737
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
3838
2. **Select Provider:** Choose "VS Code LM API" from the "API Provider" dropdown.
3939
3. **Select Model:** The "Language Model" dropdown will (eventually) list available models. The format is `vendor/family`. For example, if you have Copilot, you might see options like:
40-
* `copilot - claude-3.5-sonnet`
40+
* `copilot - claude-3.7-sonnet`
4141
* `copilot - o3-mini`
4242
* `copilot - o1-ga`
4343
* `copilot - gemini-2.0-flash`

0 commit comments

Comments
 (0)