Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using an HTTP proxy that is already configured #157

Open
ankkk opened this issue Mar 14, 2024 · 3 comments
Open

Using an HTTP proxy that is already configured #157

ankkk opened this issue Mar 14, 2024 · 3 comments
Labels
question Further information is requested

Comments

@ankkk
Copy link

ankkk commented Mar 14, 2024

Is it possible to use a proxy setting located mainly within the editor (Settings > Appearance & Behavior > System Settings > HTTP Proxy) to make requests to OpenAI?

@Blarc
Copy link
Owner

Blarc commented Mar 14, 2024

I have never used IntelliJ's built in HTTP Proxy, but as far as I understand, it should work. Based on the docs, it redirects all http traffic through that proxy, so I would assume it does the same for Open AI requests.

@ankkk
Copy link
Author

ankkk commented Mar 14, 2024

right now, it's not working. But if I turn on my VPN on my computer, then everything starts working again.

@Blarc
Copy link
Owner

Blarc commented Mar 14, 2024

Can you make an API request to OpenAI with curl when your VPN is off? I do not understand what are you trying to achieve exactly.

@Blarc Blarc added the question Further information is requested label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants