steelli
steelli
### Your detail info about the Bug: 如下是一个调用OpenAI api的controller,请求OpenAI API接口的时候,自定义header带不上。 const Controller = require('egg').Controller; class OpenAIController extends Controller { async completions() { const param = this.ctx.request.body; const apiUrl = `${this.config.openai.baseUrl}/completions`;...
我macOS,项目克隆下来之后,执行pdm install命令报错: Unable to find a resolution for pyinstaller Please make sure the package name is correct. Traceback (most recent call last): File "/opt/homebrew/bin/pdm", line 8, in sys.exit(main()) File "/opt/homebrew/Cellar/pdm/1.15.3/libexec/lib/python3.10/site-packages/pdm/core.py",...