Error when custom data is added to Azure OpenAI Service Deployment

题意:在向 Azure 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):

我在添加自定义数据时收到以下错误,该数据是一个 .txt 文件(无论是通过 Azure Cognitive Search、Azure Blob Storage、文件上传添加,还是相应的 Cognitive Search 索引是否包含任何数据,都没有关系):

Image of Error

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

我正在使用 Azure OpenAI 服务,部署了 gpt-35-turbo,具体信息如下:版本:0301,部署类型:标准,容量: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.

编辑:我将 OpenAI 资源从西欧地区重新部署到东部美国,现在一切正常,运行得非常好。

问题解决:

can you test the same in another region? It may hint on a possible issue in the original geography.

你能在另一个地区测试一下吗?这可能会暗示原始地区存在潜在问题。

相关推荐
新智元2 小时前
LeCun 八年前神预言,大模型路线再颠覆?OpenAI 宣告:强化学习取得稳定性突破
人工智能·openai
探索云原生2 小时前
在 K8S 中创建 Pod 是如何使用到 GPU 的: nvidia device plugin 源码分析
ai·云原生·kubernetes·go·gpu
SimonLiu0095 小时前
[AI]30分钟用cursor开发一个chrome插件
chrome·ai·ai编程
伯牙碎琴6 小时前
智能体实战(需求分析助手)二、需求分析助手第一版实现(支持需求提取、整理、痛点分析、需求分类、优先级分析、需求文档生成等功能)
ai·大模型·agent·需求分析·智能体
卓琢1 天前
2024 年 IA 技术大爆发深度解析
深度学习·ai·论文笔记
zaim11 天前
计算机的错误计算(一百八十七)
人工智能·ai·大模型·llm·错误·正弦/sin·误差/error
程序员小灰1 天前
OpenAI正式发布o3:通往AGI的路上,已经没有了任何阻碍
人工智能·aigc·openai
凳子花❀1 天前
市场常见AI芯片总结
ai·gpu
豌豆花下猫2 天前
Python 潮流周刊#82:美国 CIA 如何使用 Python?(摘要)
后端·python·ai
爱学习的小道长2 天前
Python langchain ReAct 使用范例
python·ai·langchain