xianping-yan
xianping-yan
pnpm ----- WARN 1 deprecated subdependencies found: [email protected]
??? resolved this issue?

>  "log4js": "^6.9.1", node: v18.17.0
[my-app.zip](https://github.com/log4js-node/log4js-node/files/14879770/my-app.zip) I just verified that using it alone in nodejs is not a problem, but when combined with the nextjs framework, this issue will occur. So I think it's a...
 And please take a look at this prompt question. Thank you very much
``` curl -X POST "${endpoint}/openai/deployments/${deployment_name}/chat/completions?api-version=${api_version}" \ 2 -H "Content-Type: application/json" \ 3 -H "api-key: ${api_key}" \ 4 -d "{ 5 \"messages\": [{\"role\":\"system\",\"content\":\"You are an AI assistant that helps people find...
> ``` > curl -X POST "${endpoint}/openai/deployments/${deployment_name}/chat/completions?api-version=${api_version}" \ > 2 -H "Content-Type: application/json" \ > 3 -H "api-key: ${api_key}" \ > 4 -d "{ > 5 \"messages\": [{\"role\":\"system\",\"content\":\"You are an...
https://learn.microsoft.com/zh-cn/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Cjavascript-keyless%2Ctypescript-keyless%2Cpython&pivots=rest-api#rest-api 这是官网提供的REST接入方式; 但是下面这中通过API密钥的方式好像你们这边没提供 https://learn.microsoft.com/zh-cn/azure/ai-services/openai/chatgpt-quickstart?tabs=bash%2Cjavascript-key%2Ctypescript-keyless%2Cpython&pivots=programming-language-javascript#rest-api 你提供的都是Microsoft Entra ID(azureADTokenProvider)的方式,但是我们想用API密钥的方式 @yuyutaotao