当前位置: 首页 > news >正文

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.

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

http://www.lryc.cn/news/443991.html

相关文章:

  • libreoffice word转pdf
  • java -----泛型
  • Springboot 文件上传下载相关问题
  • 【Kotlin 与 Java 互操作】Java中调用带有默认值的Kotlin函数(十四)
  • 点赞系统实现
  • c++进阶学习-----继承
  • C++学习笔记(37)
  • Redis发布和订阅
  • 计算机毕设设计推荐-基于python+Djanog大数据的电影数据可视化分析
  • dhtmlxGantt 甘特图 一行展示多条任务类型
  • COLORmap
  • 手机在网状态查询接口如何用Java进行调用?
  • mysql性能优化- 数据库配置优化
  • (算法)大数的进制转换
  • 演示jvm锁存在的问题
  • Android SharedPreference详解
  • 论文阅读 | 可证安全隐写(网络空间安全科学学报 2023)
  • Arthas jvm(查看当前JVM的信息)
  • 【c++】介绍
  • JavaScript typeof与instanceof的区别
  • C++11 可变的模板参数
  • 手机在网状态查询接口如何用PHP进行调用?
  • MATLAB中多张fig图合并为一个图
  • Java启动Tomcat: Can‘t load IA 32-bit .dll on a AMD 64-bit platform报错问题解决
  • 基于微信小程序的家教信息管理系统的设计与实现(论文+源码)_kaic
  • 【Android】BottomSheet基本用法总结(BottomSheetDialog,BottomSheetDialogFragment)
  • Linux下实现ls命令的功能
  • 【中国留学网-注册_登录安全分析报告】
  • jvm中的程序计数器、虚拟机栈和本地方法栈
  • 安卓数据存储——SharedPreferences