New Vertex AI (404) not found #7915
Closed
rhonyabdullah
started this conversation in
Help Wanted
Replies: 1 comment 1 reply
-
For the latest google model, make sure you are on the latest version of LibreChat as there was a small issue with compatibility already resolved here: #7768 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Previously I was using
GOOGLE_KEY=my_secret_key
and the gemini is able to return my answer. Then I try to using Vertex AI yesterday using this configuration is working:GOOGLE_MODELS=gemini-2.5-pro-preview-06-05,gemini-2.5-flash-preview-05-20,gemini-2.0-flash-001
#GOOGLE_KEY=my_secret_key <-- I'm not using
#GOOGLE_LOC=global <-- disabled
seeing the error i'm just change the locations:
GOOGLE_LOC=global
and it is produce different error:
my docker-compose.override.yml
At this moment, I'm switching back to non Vertex AI configuration following this documentation https://www.librechat.ai/docs/configuration/pre_configured_ai/google#generative-language-api-gemini
Beta Was this translation helpful? Give feedback.
All reactions