fakeroot-lu

Results 1 issues of fakeroot-lu

### 🥰 需求描述 现有程序访问OpenAI时,无法获取操作系统环境变量:HTTPS_PROXY或者https_proxy设置代理地址。 ### 🧐 解决方案 添加 https-proxy-agent,并从操作系统中获取变量 PROXY_URL import http from 'http'; import { HttpsProxyAgent } from 'https-proxy-agent'; // Configure the default for all requests: const openai =...

Inactive
🌠 Feature Request