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.

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

相关推荐
磊叔的技术博客8 分钟前
LLM 系列:LLM 的发展历程
llm·openai·deepseek
二十一_2 小时前
🤖✨ ChatGPT API深度体验:让AI看懂图片、听懂语音、调用你的代码
前端·chatgpt·openai
xiaoyan20152 小时前
flutter3.32+deepseek+dio+markdown搭建windows版流式输出AI模板
flutter·openai·deepseek
产品试金石2 小时前
支持Gemini/Claude/GPT/Grok,2个多人共享AI程序推荐
openai·gemini
掘我的金3 小时前
MCP 学习系列①:理解上下文与协议的动机(MCP 之前)
llm·openai
福宝plus3 小时前
只需1美元薅ChatGPT Team手把手的教程,教你如何解决“你不符合参与此促销活动折扣资格”或“您的银行卡被拒绝了”附上ChatGPT Team怎么取消订阅
chatgpt·openai·claude
Juicedata7 小时前
JuiceFS v1.3-Beta2:集成 Apache Ranger,实现更精细化的权限控制
运维·人工智能·ai
FrankHuang88816 小时前
使用高斯朴素贝叶斯算法对鸢尾花数据集进行分类
算法·机器学习·ai·分类
武子康16 小时前
AI炼丹日志-28 - Audiblez 将你的电子书epub转换为音频mp3 做有声书
人工智能·爬虫·gpt·算法·机器学习·ai·音视频
张铁牛16 小时前
2. LangChain4j-AIServices,原来调用AI这么简单?
ai·langchain4j