Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commitd47a4b4

Browse files
authored
Update Azure OpenAI integration docs with new model deployment names (#293)
* Update deployment recommendations in Azure DevOps, Bitbucket, GitHub, and GitLab documentation* Fix typo in deployment recommendations across Azure DevOps, Bitbucket, GitHub, and GitLab documentation* Update deployment recommendations in Azure DevOps, Bitbucket, GitHub, and GitLab documentation* Update deployment instructions for Azure DevOps, Bitbucket, GitHub, and GitLab to clarify optional deployment names
1 parentb2c31dc commitd47a4b4

File tree

4 files changed

+44
-24
lines changed

4 files changed

+44
-24
lines changed

‎docs/self-hosted/azure-devops.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,17 @@ LLM_PROVIDER=azure-openai
6464
LLM_TIMEOUT=360000
6565
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6666
AZURE_OPENAI_API_KEY=<key>
67-
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
68-
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
69-
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
70-
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
71-
# optionally, you can swap o3-mini with o1-mini
72-
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
67+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
68+
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
69+
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
70+
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
71+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
72+
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
73+
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
74+
# optionally, deploy o3-mini instead of o4-mini
75+
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
76+
# optionally, deploy o1 instead of o3
77+
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7378

7479
# OAuth2 Configuration (optional)
7580
# This will use client_credentials flow to get an access token,

‎docs/self-hosted/bitbucket.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,17 @@ LLM_PROVIDER=azure-openai
5656
LLM_TIMEOUT=360000
5757
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5858
AZURE_OPENAI_API_KEY=<key>
59-
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
60-
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
61-
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
62-
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
63-
# optionally, you can swap o3-mini with o1-mini
64-
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
59+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
60+
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
61+
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
62+
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
63+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
64+
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
65+
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
66+
# optionally, deploy o3-mini instead of o4-mini
67+
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
68+
# optionally, deploy o1 instead of o3
69+
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
6570

6671
# OAuth2 Configuration (optional)
6772
# This will use client_credentials flow to get an access token,

‎docs/self-hosted/github.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,17 @@ LLM_PROVIDER=azure-openai
6767
LLM_TIMEOUT=360000
6868
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6969
AZURE_OPENAI_API_KEY=<key>
70-
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
71-
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
72-
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
73-
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
74-
# optionally, you can swap o3-mini with o1-mini
75-
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
70+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
71+
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
72+
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
73+
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
74+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
75+
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
76+
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
77+
# optionally, deploy o3-mini instead of o4-mini
78+
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
79+
# optionally, deploy o1 instead of o3
80+
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7681

7782
# OAuth2 Configuration (optional)
7883
# This will use client_credentials flow to get an access token,

‎docs/self-hosted/gitlab.md‎

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,17 @@ LLM_PROVIDER=azure-openai
6262
LLM_TIMEOUT=360000
6363
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6464
AZURE_OPENAI_API_KEY=<key>
65-
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
66-
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
67-
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
68-
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
69-
# optionally, you can swap o3-mini with o1-mini
70-
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
65+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
66+
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
67+
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
68+
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
69+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
70+
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
71+
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
72+
# optionally, deploy o3-mini instead of o4-mini
73+
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
74+
# optionally, deploy o1 instead of o3
75+
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7176

7277
# OAuth2 Configuration (optional)
7378
# This will use client_credentials flow to get an access token,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp