Doc: update anthropic model (#2254)

This commit is contained in:
Dev Khant
2025-02-25 00:59:14 +05:30
committed by GitHub
parent b5d00e9b6c
commit eba6f77330
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ config = {
"llm": {
"provider": "anthropic",
"config": {
"model": "claude-3-5-sonnet-latest",
"model": "claude-3-7-sonnet-latest",
"temperature": 0.1,
"max_tokens": 2000,
}