英文:
Error when custom data is added to Azure OpenAI Service Deployment
问题
我在添加我的自定义数据时遇到以下错误,该数据是一个.txt文件(无论我是通过Azure Cognitive Search、Azure Blob Storage还是文件上传方式添加的,或者相应的Cognitive Search索引是否包含任何数据都无关紧要):
错误文本如下:
错误
服务器断开连接
LLM调用失败,聊天完成端点。 请设置OAIGenerationConfig(is_chat=True)
移除数据源后,一切都正常工作,机器人可以回答我的查询。
我正在使用Azure OpenAI服务,部署了gpt-35-turbo版本,具体信息如下:
版本:0301,部署类型:标准,容量:120K TPM
我目前不知道应该如何进一步解决这个问题。
任何建议都将不胜感激!
**编辑:**我将OpenAI资源部署到了西欧,然后重新部署到了东部美国。现在它完全按预期工作。
英文:
I receive the following error when adding my custom data which is a .txt file (it doesn't matter whether I add it via Azure Cognitive Search, Azure Blob Storage, or File Upload or whether the respective Congnitive Search index contains any data):
The error as text:
Error
Server disconnected
LLM call failed for chat completion endpoint. Please set OAIGenerationConfig(is_chat=True)
After removing the Data Source, everything works fine again and the bot responds to my queries.
I am using an Azure OpenAI Service with a gpt-35-turbo deployment, which has the following details:
Version: 0301, Deployment Type: Standard, Capacity: 120K TPM
I have no idea at the moment how I should further approach this problem.
Any advice is much appreciated!
Edit: I had the OpenAI resource deployed to West Europe and redeployed it to East US. It now works perfectly as expected.
答案1
得分: 1
你可以在另一个地区测试一下吗?这可能暗示原始地理位置可能存在问题。
英文:
can you test the same in another region? It may hint on a possible issue in the original geography.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论