factool icon indicating copy to clipboard operation
factool copied to clipboard

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

Open EthanC111 opened this issue 2 years ago • 0 comments

As in https://github.com/GAIR-NLP/factool/issues/8 and https://github.com/GAIR-NLP/factool/issues/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 avatar Aug 01 '23 12:08 EthanC111