-
Notifications
You must be signed in to change notification settings - Fork 59.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] cannot find correct deployment #5158
Comments
Title: [Bug] cannot find correct deployment |
我也遇到了这个问题 |
I also encountered this problem |
这个issue #5001 以及readme中有说明,当使用azure的时候,deploy_name就等同于 display_name |
This comment was marked as duplicate.
This comment was marked as duplicate.
用法这一块我这里设置的没问题: |
I have no problem setting up the usage here: |
问题在我又重新用docker镜像yidadaa/chatgpt-next-web部署以后消失了, tag默认latest。 |
The problem disappeared after I deployed it again using the docker image yidadaa/chatgpt-next-web, and the tag defaulted to latest. |
📦 部署方式
Docker
📌 软件版本
2.14
💻 系统环境
Windows
📌 系统版本
all
🌐 浏览器
Edge
📌 浏览器版本
unknown
🐛 问题描述
when connect azure openAI deployment, nextWeb connects to https://0530ai.openai.azure.com/openai/deployments/gpt-3.5-turbo,
not my deployment which name is GPT-4.
azure endpoint: https://0530ai.openai.azure.com/openai
chat will return error:
{
"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."
}
}
📷 复现步骤
No response
🚦 期望结果
please help understand if anything wrong in my settings
📝 补充信息
also I tried to change the image version from 2.14 to 2.13.1, but still same issue
The text was updated successfully, but these errors were encountered: