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.

Commitf17d7f2

Browse files
committed
Update deployment recommendations in Azure DevOps, Bitbucket, GitHub, and GitLab documentation
1 parent212055f commitf17d7f2

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +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 touse gpt-4.1-mini, o4-mini,ando3 deployments.
67+
## it is recommended todeploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
6868
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6969
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
7070
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
71-
# optionally, you can deploy o1 instead of o3
72-
# optionally,you candeploy o1and o3-miniinstead ofo4-mini
73-
# optionally,you can deploy gpt-4o-mini instead ofgpt-4.1-mini
74-
# optionally,you can deploygpt-4.1 as a general fallback
71+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
72+
# optionally, deploy o1 instead ofo3
73+
# optionally,deploy o1 and o3-mini instead ofo4-mini
74+
# optionally,deploy gpt-4o-mini instead ofgpt-4.1-mini
7575
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7676
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
7777
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
78-
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
7978

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

‎docs/self-hosted/bitbucket.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +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 touse gpt-4.1-mini, o4-mini,ando3 deployments.
59+
## it is recommended todeploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
6060
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6161
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
6262
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
63-
# optionally, you can deploy o1 instead of o3
64-
# optionally,you candeploy o1and o3-miniinstead ofo4-mini
65-
# optionally,you can deploy gpt-4o-mini instead ofgpt-4.1-mini
66-
# optionally,you can deploygpt-4.1 as a general fallback
63+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
64+
# optionally, deploy o1 instead ofo3
65+
# optionally,deploy o1 and o3-mini instead ofo4-mini
66+
# optionally,deploy gpt-4o-mini instead ofgpt-4.1-mini
6767
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
6868
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
6969
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
70-
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
7170

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

‎docs/self-hosted/github.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +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 touse gpt-4.1-mini, o4-mini,ando3 deployments.
70+
## it is recommended todeploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
7171
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
7272
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
7373
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
74-
# optionally, you can deploy o1 instead of o3
75-
# optionally,you candeploy o1and o3-miniinstead ofo4-mini
76-
# optionally,you can deploy gpt-4o-mini instead ofgpt-4.1-mini
77-
# optionally,you can deploygpt-4.1 as a general fallback
74+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
75+
# optionally, deploy o1 instead ofo3
76+
# optionally,deploy o1 and o3-mini instead ofo4-mini
77+
# optionally,deploy gpt-4o-mini instead ofgpt-4.1-mini
7878
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7979
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
8080
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
81-
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
8281

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

‎docs/self-hosted/gitlab.md‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +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 touse gpt-4.1-mini, o4-mini,ando3 deployments.
65+
## it is recommended todeploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
6666
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6767
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
6868
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
69-
# optionally, you can deploy o1 instead of o3
70-
# optionally,you candeploy o1and o3-miniinstead ofo4-mini
71-
# optionally,you can deploy gpt-4o-mini instead ofgpt-4.1-mini
72-
# optionally,you can deploygpt-4.1 as a general fallback
69+
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
70+
# optionally, deploy o1 instead ofo3
71+
# optionally,deploy o1 and o3-mini instead ofo4-mini
72+
# optionally,deploy gpt-4o-mini instead ofgpt-4.1-mini
7373
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
7474
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
7575
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
76-
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
7776

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp