Readd the anthropic provider

This commit is contained in:
Dhanji Prasanna
2025-09-20 18:40:51 +10:00
parent 9b6851c4f5
commit 444245d7dd
6 changed files with 634 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ temperature = 0.1
[providers.anthropic]
# Get your API key from https://console.anthropic.com/
api_key = "your-anthropic-api-key-here"
model = "claude-3-sonnet-20240229"
max_tokens = 2048
model = "claude-3-5-sonnet-20241022"
max_tokens = 4096
temperature = 0.1
[providers.embedded]