fix: invalid default model name for vertex provider (#1352)

This commit is contained in:
billyvinning
2025-02-22 17:37:37 +00:00
committed by GitHub
parent fd84c91cdb
commit 43bb2b3273

View File

@@ -211,7 +211,7 @@ M._defaults = {
---@type AvanteSupportedProvider
vertex = {
endpoint = "https://LOCATION-aiplatform.googleapis.com/v1/projects/PROJECT_ID/locations/LOCATION/publishers/google/models",
model = "gemini-1.5-flash-latest",
model = "gemini-1.5-flash-002",
timeout = 30000, -- Timeout in milliseconds
temperature = 0,
max_tokens = 4096,