Replies: 2 comments
-
|
i am facing the same issue, any update? |
Beta Was this translation helpful? Give feedback.
-
|
At last, I had to export these two environment variables in export GOOGLE_CLOUD_PROJECT=<your-gcp-project-id>
export GOOGLE_CLOUD_LOCATION=<your-gcp-location>after digging into the code for vertex provider: avante.nvim/lua/avante/providers/vertex.lua Lines 52 to 53 in a27b821 I don't quite understand why it didn't follow the same convention and use the same avante.nvim/lua/avante/providers/vertex_claude.lua Lines 26 to 27 in a27b821 It could be just that it is following the env var convention for gemini cli as mentioned in the comment in the above code snippet, I still think it would be nice if these two provider configurations are aligned with the name of the environment variables used though. I could open a PR for such alignment, but not sure if this would result in breaking someone else's working system and cause some confusions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to set up using different models via Vertex AI
Claude works fine, but with gemini I am continuously getting this error:
Does anyone know how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions