feat: support claude 3.7 (#1376)

This commit is contained in:
yetone
2025-02-25 02:49:21 +08:00
committed by GitHub
parent c9134eb8ed
commit 02b4fbf4b1

View File

@@ -188,7 +188,7 @@ M._defaults = {
---@type AvanteSupportedProvider
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-5-sonnet-20241022",
model = "claude-3-7-sonnet-20250219",
timeout = 30000, -- Timeout in milliseconds
temperature = 0,
max_tokens = 8000,