Azure openAI 配置问题请教 #4133
Replies: 10 comments 1 reply
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
@xiaoJack 你好!我是Dosu,一个可以帮助你解决bug、回答问题,并成为贡献者的机器人。我会在等待人类维护者的期间帮助你解决问题。 I found some similar discussions and issues that might help you resolve the "DeploymentNotFound" error:
To resolve the "DeploymentNotFound" error, ensure that the deployment ID (model) you are using is correct and exists in your Azure OpenAI service. Here are the steps to verify and correct the deployment:
By following these steps, you should be able to resolve the "DeploymentNotFound" error and ensure that your Azure OpenAI deployment is correctly configured [6][7]. |
Beta Was this translation helpful? Give feedback.
-
模型列表直接用 gpt-4o 即可,你这是环境变量中的用法。 另外“连通性测试”目前用的是 gpt-4o-mini,如果你 Azure 那边没开通,连通性测试是过不了的。 |
Beta Was this translation helpful? Give feedback.
-
You can directly use gpt-4o for the model list. This is how you use it in environment variables. |
Beta Was this translation helpful? Give feedback.
-
部署名和模型名我都试了,还是同样的错误,环境变量的方式也试了,还是一样 |
Beta Was this translation helpful? Give feedback.
-
I tried both the deployment name and the model name, but still the same error. I also tried the environment variable method, but still the same error. |
Beta Was this translation helpful? Give feedback.
-
不要用连通性检查,直接去聊天试试。 |
Beta Was this translation helpful? Give feedback.
-
Don't use connectivity check, just go to chat and try. |
Beta Was this translation helpful? Give feedback.
-
抱歉现在才回复,我刚刚试了使用部署名一直在loading,使用模型名就直接报错,我直接在mac docker部署的,在系统里面使用官方 curl 请求都正常没问题的 |
Beta Was this translation helpful? Give feedback.
-
我也这样,楼主解决了吗 |
Beta Was this translation helpful? Give feedback.
-
📦 Environment
Docker
📌 Version
v1.19.27
💻 Operating System
Other Linux
🌐 Browser
Chrome
🐛 Bug Description
您好,麻烦咨询 azure openAI 配置问题
通过浏览器配置方式
一直提示错误
{
"error": {
"code": "DeploymentNotFound",
"message": "The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.",
"deployId": "gpt-4o-mini"
},
"endpoint": "https://***.openai.azure.com/",
"provider": "azure"
}
API_KEY 和 ENDPOINT 确定了都没有错误,看了历史issues和官网配置教程没找到解决方法
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions