From d3c0d1956e5d50e0b21e810691397ae0ac3c9492 Mon Sep 17 00:00:00 2001 From: leslie2046 <253605712@qq.com> Date: Mon, 8 Apr 2024 19:48:44 +0800 Subject: [PATCH 1/3] add ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c957d631743cab..9fd515790a5fed 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,5 @@ sdks/python-client/dify_client.egg-info .vscode/* !.vscode/launch.json pyrightconfig.json +nohup.out +docker/volumes*/* From 9eed0481ead6aac2fc70588e64f27decff250e0d Mon Sep 17 00:00:00 2001 From: leslie2046 <253605712@qq.com> Date: Tue, 9 Apr 2024 08:54:00 +0800 Subject: [PATCH 2/3] modify ignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9fd515790a5fed..c957d631743cab 100644 --- a/.gitignore +++ b/.gitignore @@ -156,5 +156,3 @@ sdks/python-client/dify_client.egg-info .vscode/* !.vscode/launch.json pyrightconfig.json -nohup.out -docker/volumes*/* From 7e1af2f849a8ea221dd99468cebc2095076d9e4c Mon Sep 17 00:00:00 2001 From: leslie2046 <253605712@qq.com> Date: Mon, 16 Dec 2024 22:01:15 +0800 Subject: [PATCH 3/3] chore:update azure openai GA version --- .../model_providers/azure_openai/azure_openai.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/core/model_runtime/model_providers/azure_openai/azure_openai.yaml b/api/core/model_runtime/model_providers/azure_openai/azure_openai.yaml index 1ef5e83abca6de..66c523504ef98f 100644 --- a/api/core/model_runtime/model_providers/azure_openai/azure_openai.yaml +++ b/api/core/model_runtime/model_providers/azure_openai/azure_openai.yaml @@ -86,6 +86,9 @@ model_credential_schema: - label: en_US: '2024-06-01' value: '2024-06-01' + - label: + en_US: '2024-10-21' + value: '2024-10-21' placeholder: zh_Hans: 在此选择您的 API 版本 en_US: Select your API Version here