Azure-Samples / Azure-Samples/llama-index-python
gpt-35-turbo,Version:1106 Deprecated
- 主要语言
- Python
- 星标
- 62
- 派生
- 52
- PR 合并指标
- 30 天内没有已合并 PR
描述
Environment:
Local VS Code on Ubuntu 22.04
Steps to reproduce:
initialize locally:
azd init -t llama-index-python
ensure dependencies (docker, python3.11) installed
run azd up
ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: validating deployment to subscription:
--------------------------------------------------------------------------------
RESPONSE 400: 400 Bad Request
ERROR CODE: InvalidTemplateDeployment
--------------------------------------------------------------------------------
{
"error": {
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "ServiceModelDeprecated",
"message": "The model 'Format:OpenAI,Name:gpt-35-turbo,Version:1106' has been deprecated since 11/14/2025 00:00:00."
}
]
}
}
Any plans to update this template?
贡献指南
调研方向
首先检查由 `azd init -t llama-index-python` 初始化的模板,并确定 Azure OpenAI 模型名称和版本的配置位置。更新已弃用的部署引用后运行 `azd up`,当预配完成且没有出现 `ServiceModelDeprecated` 错误时,即可认为工作完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, python
- 领域
- cloud, infrastructure
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100