Skip to content

Commit 212055f

Browse files
committed
Fix typo in deployment recommendations across Azure DevOps, Bitbucket, GitHub, and GitLab documentation
1 parent 33b633b commit 212055f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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 user gpt-4.1-mini, o4-mini, and o3 deployments.
67+
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
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>

‎docs/self-hosted/bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ 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 user gpt-4.1-mini, o4-mini, and o3 deployments.
59+
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
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>

‎docs/self-hosted/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ 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 user gpt-4.1-mini, o4-mini, and o3 deployments.
70+
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
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>

‎docs/self-hosted/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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 user gpt-4.1-mini, o4-mini, and o3 deployments.
65+
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
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>

0 commit comments

Comments
 (0)