Fix LLM config and Doc update for anthropic (#1983)

This commit is contained in:
Dev Khant
2024-10-24 01:24:04 +05:30
committed by GitHub
parent 8c4ee7569f
commit eb32fb912d
4 changed files with 267 additions and 1 deletions

View File

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