题意:"OpenAI API通过Azure出错:NotFoundError: 404 找不到资源"
问题背景:
thanks to the university account my team and I were able to get openai credits through microsoft azure. The problem is that now, trying to use the openai library for javascript, rightly specifying the key and endpoint that azure gave us, we can't connect and a 404 error comes up:
"多亏了大学账户,我的团队和我能够通过Microsoft Azure获得OpenAI的额度。但问题是,现在我们尝试使用OpenAI的JavaScript库,并正确指定了Azure提供的密钥和端点,却无法连接,出现了404错误:"
NotFoundError: 404 Resource not found
at APIError.generate (file:///home/teo/social_stories_creator/node_modules/openai/error.mjs:48:20)
at OpenAI.makeStatusError (file:///home/