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

Azure OpenAI models being unable to correctly identify model

题意:Azure OpenAI模型无法正确识别模型。

问题背景:

In Azure OpenAI Studio, while I am able to deploy a GPT-4 instance, the responses are based solely on GPT-3.5 Turbo. I test the same prompts in my personal ChatGPT sub and it returns the correct response from a GPT-4-based model. Any thoughts?

在Azure OpenAI Studio中,虽然我能够部署一个GPT-4实例,但响应完全基于GPT-3.5 Turbo。我在个人ChatGPT订阅中测试相同的提示,它返回了基于GPT-4的模型的正确响应。你有什么想法吗?

问题解决:

The model is performing next token prediction in response to your question. The model doesn't have any native ability to query what model version is currently being run to answer your question. To answer this question, you can always go to Azure OpenAI Studio > Management > Deployments > and consult the model name column to confirm what model is currently associated with a given deployment name.

该模型在对你的问题进行下一个标记预测时,并没有原生的能力查询当前运行的模型版本。要回答这个问题,你可以随时进入Azure OpenAI Studio > 管理 > 部署 > 查看“模型名称”列,以确认当前与给定部署名称关联的模型。

Here is the document that could help.

这里有一份文档,可能会对你有所帮助。


http://www.kler.cn/a/299838.html

相关文章:

  • 【Spring】Spring启示录
  • three.js+WebGL踩坑经验合集(5.2):THREE.Mesh和THREE.Line2在镜像处理上的区别
  • 在做题中学习(81):替换后的重复字符
  • C++中左值和右值的概念
  • Vue3 30天精进之旅:Day01 - 初识Vue.js的奇妙世界
  • 【Leetcode 每日一题】40. 组合总和 II
  • [001-03-007].第26节:分布式锁迭代3->优化基于setnx命令实现的分布式锁-防锁的误删
  • openharmony 应用支持常驻和自启动
  • Web安全之XSS跨站脚本攻击:如何预防及解决
  • 2024年最新版Ajax+Axios 学习【包含原理、Promise、报文、接口等...】
  • SVN下载安装使用方法
  • 蓝牙也会更新?新功能有这些便捷之处
  • 探索电商系统的新篇章:卷轴模式系统开发的创新与实践
  • 【C语言】选择排序及优化、冒泡排序、计数排序的实现
  • Python 工厂模式:构建灵活软件架构的秘密武器
  • HTML5中`<ul>`标签深入全面解析
  • JS面试真题 part3
  • 校园水电费管理|基于java的校园水电费管理小程序系统 (源码+数据库+文档)
  • 探索Oracle数据库的多租户特性:架构、优势与实践
  • pytorch torch.norm函数介绍
  • docker的镜像制作
  • Android audioRecord 获取实时音频可视化
  • k8s网络一文搞懂
  • Spring Boot3.x 启动自动执行sql脚本
  • windows编译ardupilot源码教程
  • 在PowerShell环境查看和删除环境变量