Skip to content

Commit 96fe679

Browse files
codegen-sh[bot]Eduardo Pujol
andauthored
Update documentation to reference Claude 4 Sonnet (#1209)
This PR updates the documentation to reference Claude 4 Sonnet instead of Claude 3.7 in the following files: - `docs/introduction/prompting.mdx` - `docs/settings/model-configuration.mdx` All references to Claude 3.7 have been updated to Claude 4 Sonnet to reflect the current model being used by Codegen. --- [💻 View my work](https://codegen.com/agent/trace/76434) • 👤 Initiated by @kopekC • 💬 Initiated in [#frontend](https://thecodegen.slack.com/archives/C06S0R2EULR/p1755557237694299?thread_ts=1755557145.380499&cid=C06S0R2EULR) • [About Codegen](https://codegen.com) [⛔ Remove Codegen from PR](https://codegen.com/agent/trace/76434/remove-from-pr) • [🚫 Ban action checks](https://codegen.com/agent/trace/76434/ban) Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com> Co-authored-by: Eduardo Pujol <[email protected]>
1 parent c67496d commit 96fe679

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/introduction/prompting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ iconType: "solid"
88
To get the best results from Codegen, treat it like a skilled teammate: provide clear, specific instructions and sufficient context. Vague requests lead to ambiguous outcomes.
99

1010
<Tip>
11-
Codegen is based on Anthropic's Claude 3.7. You can prompt it similarly to
11+
Codegen is based on Anthropic's Claude 4 Sonnet. You can prompt it similarly to
1212
ChatGPT or other LLM-based assistants
1313
</Tip>
1414

docs/settings/model-configuration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ As shown in the UI, you can generally configure the following:
2424
- Anthropic
2525
- OpenAI
2626
- Google (Gemini)
27-
- **LLM Model:** Once a provider is selected, you can choose a specific model from that provider's offerings (e.g., Claude 3.7, GPT-4, Gemini Pro).
27+
- **LLM Model:** Once a provider is selected, you can choose a specific model from that provider's offerings (e.g., Claude 4 Sonnet, GPT-4, Gemini Pro).
2828

2929
## Model Recommendation
3030

3131
<Warning>
3232
While Codegen provides access to a variety of models for experimentation and
33-
specific use cases, **we highly encourage the use of Anthropic's Claude 3.7
34-
(Haiku)**. Our internal testing and prompt engineering are heavily optimized
35-
for Claude 3.7, and it consistently delivers the best performance,
33+
specific use cases, **we highly encourage the use of Anthropic's Claude 4 Sonnet**.
34+
Our internal testing and prompt engineering are heavily optimized
35+
for Claude 4 Sonnet, and it consistently delivers the best performance,
3636
reliability, and cost-effectiveness for most software engineering tasks
3737
undertaken by Codegen agents. Other models are made available primarily for
3838
users who are curious or have unique, pre-existing workflows.
@@ -47,7 +47,7 @@ For advanced users or those with specific enterprise agreements with LLM provide
4747

4848
<Tip>
4949
Using the default Codegen-managed LLM configuration (especially with Claude
50-
3.7) is recommended for most users to ensure optimal performance and to
50+
4 Sonnet) is recommended for most users to ensure optimal performance and to
5151
benefit from our continuous prompt improvements.
5252
</Tip>
5353

0 commit comments

Comments
 (0)