You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/prompting.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ iconType: "solid"
8
8
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.
9
9
10
10
<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
Copy file name to clipboardExpand all lines: docs/settings/model-configuration.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ As shown in the UI, you can generally configure the following:
24
24
- Anthropic
25
25
- OpenAI
26
26
- 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).
28
28
29
29
## Model Recommendation
30
30
31
31
<Warning>
32
32
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,
36
36
reliability, and cost-effectiveness for most software engineering tasks
37
37
undertaken by Codegen agents. Other models are made available primarily for
38
38
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
47
47
48
48
<Tip>
49
49
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
0 commit comments