-
Notifications
You must be signed in to change notification settings - Fork 28
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
Added proxy option #3
base: main
Are you sure you want to change the base?
Conversation
Have you tried using HTTPS_PROXY env var, as documented here: https://requests.readthedocs.io/en/latest/user/advanced/#proxies? |
I think it would be beneficial for Windows users as they can specify proxy with --proxy option instead of manually adding an environment variable in Windows settings. |
I see. Sounds good. Let's remove mentions of |
…g proxies; Fixed typos
I have changed in accordance to your wish, please have a thorough check if there should be any errors in my codes :) |
Fixed duplicate import
Fixed a typo that would cause build errors
I fixed an error in cli.py. For some reasons, git didn't push my fixed code, I had to update it directly through github. Please have a look :) |
I added the option to specify proxies so that OpenAI API can be accessed through proxy. Please have a look!