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

Look into whether the following proxy setting is the general solution for accessing openai api via proxy #11

Open
EthanC111 opened this issue Aug 1, 2023 · 0 comments

Comments

@EthanC111
Copy link
Collaborator

As in #8 and #3, we need to look into whether

proxies = {'http': "http://127.0.0.1:7890",
          'https': "http://127.0.0.1:7890"}
openai.proxy = proxies

is the general solution for calling openai using proxy.

@EthanC111 EthanC111 changed the title Look into whether the following proxy setting is the general solution for accessing openai api Look into whether the following proxy setting is the general solution for accessing openai api via proxy Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant