From 2afb70537fc774792952a23af9473e5fc8d9422c Mon Sep 17 00:00:00 2001 From: Liang Sun Date: Sat, 20 Dec 2025 21:13:29 +0200 Subject: [PATCH] fix: typo in vertex claude endpoint url (#2871) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/config.lua b/lua/avante/config.lua index aa43363..7120412 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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 = {