fix: typo in vertex claude endpoint url (#2871)

This commit is contained in:
Liang Sun
2025-12-20 21:13:29 +02:00
committed by GitHub
parent 15548d50fc
commit 2afb70537f

View File

@@ -425,7 +425,7 @@ M._defaults = {
---@type AvanteSupportedProvider
vertex_claude = {
endpoint = "https://LOCATION-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/LOCATION/publishers/antrhopic/models",
endpoint = "https://LOCATION-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/LOCATION/publishers/anthropic/models",
model = "claude-3-5-sonnet-v2@20241022",
timeout = 30000, -- Timeout in milliseconds
extra_request_body = {