Doc: announce claude 4 (#2769)

This commit is contained in:
Dev Khant
2025-05-22 22:48:04 +05:30
committed by GitHub
parent 6986153c90
commit faf1a34f70
3 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ config = {
"llm": {
"provider": "anthropic",
"config": {
"model": "claude-3-7-sonnet-latest",
"model": "claude-sonnet-4-20250514",
"temperature": 0.1,
"max_tokens": 2000,
}
@@ -45,7 +45,7 @@ const config = {
provider: 'anthropic',
config: {
apiKey: process.env.ANTHROPIC_API_KEY || '',
model: 'claude-3-7-sonnet-latest',
model: 'claude-sonnet-4-20250514',
temperature: 0.1,
maxTokens: 2000,
},