You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"message": "Incorrect API key provided: nk-****. You can find your API key at https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
}
{
"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."
}
}
📦 Deployment Method
docker-compose
📌 Version
2.12.4+
🐛 Bug Description
.env 关键配置:
以上版本及配置可以正常运行,并且「可以在前端页面自由选择不同的 GPT 模型, 比如 gpt-4o-2024-05-13 等,并且确认模型切换有效」
使用 (1) 中的.env 配置已无法正常使用,提示 5687相同的错误
修改 .env 关键配置如下
配置修改之后可正常打开 next-chat 并且与 gpt 对话,但是模型只能选择 xxx-gpt-4-8k@Azure,选择其他任何模型都会提示模型错误
虽然选择 xxx-gpt-4-8k@Azure 模型可以正常使用,但是相比 (1)我无法选择其他最新模型,而实际在(1)的版本和配置当中,我可以使用所有 Azure 提供的最新模型
希望我的描述准确,谢谢
The text was updated successfully, but these errors were encountered: