qingdog
Results
1
issues of
qingdog
similar to openai settings ```js import http from 'http'; import HttpsProxyAgent from 'https-proxy-agent'; // Configure the default for all requests: const openai = new OpenAI({ httpAgent: new HttpsProxyAgent(process.env.PROXY_URL), }); //...