-
|
I am trying to add gemini models and the test gives me this error I'm behind proxy and it cloud be the cause. I wonder if there is a specific proxy settings I can add or if the app respects system proxy configurations.
Please help! |
Beta Was this translation helpful? Give feedback.
Answered by
kalcodes
Jun 6, 2026
Replies: 1 comment 1 reply
-
|
I don't know, I have a DNS server set up (I'm from Russia) I have a regular gemini working with it in the browser, I went to AI STUDIO, took the key and everything works. |
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
I'm behind a proxy and adding
HTTP_PROXYandHTTPS_PROXYto the.envfile at the project root fixed the problem. I didn't know python respects shell proxy environment variables ,unlike node which requires explicitly settingNODE_USE_ENV_PROXY=1environment variable for some reason.