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.

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

相关推荐
Cosolar39 分钟前
RAG(检索增强生成)面试指南
人工智能·aigc·openai
MimCyan8 小时前
面向开发者的 LLM 入门课程(个人笔记记录-2026.03.30)
笔记·ai
蜘蛛侠..9 小时前
Skills 和 Prompt、MCP、Function Calling 有什么区别?
ai·prompt·agent·skill·functioncalling·mcp·skills
Cosolar9 小时前
LlamaIndex RAG 本地部署+API服务,快速搭建一个知识库检索助手
后端·openai·ai编程
zhanggongzichu10 小时前
Superpowers 框架学习指南
ai·superpowers
gujunge10 小时前
Spring with AI (6): 记忆保持——会话与长期记忆
ai·大模型·llm·openai·qwen·rag·spring ai·deepseek
编写人生14 小时前
Agent构建:声明式优于硬编码
ai
VIP_CQCRE14 小时前
Nano Banana Images API 集成指南
ai
TDengine (老段)15 小时前
TDengine IDMP 工业数据建模 —— 数据标准化
大数据·数据库·物联网·ai·时序数据库·tdengine·涛思数据
Thomas.Sir15 小时前
第三章:RAG知识库开发之【RAG系统工作流程详细解析:从数据源到智能问答的全链路实战指南】
人工智能·ai·rag·离线处理·在线查询