Gemini not working over Google Vertex AI #6889
dannykorpan
started this conversation in
Help Wanted
Replies: 1 comment 5 replies
-
Hi Danny, Not an expert but it has been working fine to me, I'd suggest just initially simplifying the env variables. From the Let's just comment everything you have, except the endpoints, since no conf it's needed as Vertex config relays only in the I'm wondering if any of those variables affects your config |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Hi community,
I’ve attempted to set up Gemini using Google Vertex AI, following this setup guide: https://www.librechat.ai/docs/configuration/pre_configured_ai/google
All required Google APIs are enabled, the IAM service account has been created, and I’ve exported the auth.json file. I also updated my docker-compose.yml to mount the auth.json file into the LibreChat API container.
.env file:
docker-compose.override.yml:
docker exec -it LibreChat cat /app/api/data/auth.json
However, whenever I try to use Gemini, I always encounter the following error.
And here is a screenshot from LibreChat

I would be very grateful for any advice or help.
Kind Regards,
Danny
Beta Was this translation helpful? Give feedback.
All reactions