Skip to content

Update Azure OpenAI integration docs with new model deployment names #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deployment recommendations in Azure DevOps, Bitbucket, GitHub,…
… and GitLab documentation
  • Loading branch information
hasit committed Apr 21, 2025
commit f17d7f233112374af3fe6d8553136310c1819569
11 changes: 5 additions & 6 deletions docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,17 @@ LLM_PROVIDER=azure-openai
LLM_TIMEOUT=360000
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
AZURE_OPENAI_API_KEY=<key>
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
# optionally, you can deploy o1 instead of o3
# optionally, you can deploy o1 and o3-mini instead of o4-mini
# optionally, you can deploy gpt-4o-mini instead of gpt-4.1-mini
# optionally, you can deploy gpt-4.1 as a general fallback
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
# optionally, deploy o1 instead of o3
# optionally, deploy o1 and o3-mini instead of o4-mini
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
11 changes: 5 additions & 6 deletions docs/self-hosted/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,17 @@ LLM_PROVIDER=azure-openai
LLM_TIMEOUT=360000
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
AZURE_OPENAI_API_KEY=<key>
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
# optionally, you can deploy o1 instead of o3
# optionally, you can deploy o1 and o3-mini instead of o4-mini
# optionally, you can deploy gpt-4o-mini instead of gpt-4.1-mini
# optionally, you can deploy gpt-4.1 as a general fallback
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
# optionally, deploy o1 instead of o3
# optionally, deploy o1 and o3-mini instead of o4-mini
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
11 changes: 5 additions & 6 deletions docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,17 @@ LLM_PROVIDER=azure-openai
LLM_TIMEOUT=360000
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
AZURE_OPENAI_API_KEY=<key>
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
# optionally, you can deploy o1 instead of o3
# optionally, you can deploy o1 and o3-mini instead of o4-mini
# optionally, you can deploy gpt-4o-mini instead of gpt-4.1-mini
# optionally, you can deploy gpt-4.1 as a general fallback
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
# optionally, deploy o1 instead of o3
# optionally, deploy o1 and o3-mini instead of o4-mini
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
11 changes: 5 additions & 6 deletions docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,17 @@ LLM_PROVIDER=azure-openai
LLM_TIMEOUT=360000
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
AZURE_OPENAI_API_KEY=<key>
## it is recommended to use gpt-4.1-mini, o4-mini, and o3 deployments.
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
# optionally, you can deploy o1 instead of o3
# optionally, you can deploy o1 and o3-mini instead of o4-mini
# optionally, you can deploy gpt-4o-mini instead of gpt-4.1-mini
# optionally, you can deploy gpt-4.1 as a general fallback
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]
# optionally, deploy o1 instead of o3
# optionally, deploy o1 and o3-mini instead of o4-mini
# optionally, deploy gpt-4o-mini instead of gpt-4.1-mini
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
AZURE_GPT4OMINI_DEPLOYMENT_NAME=[<gpt-4o-mini-deployment-name>]
AZURE_GPT41_DEPLOYMENT_NAME=[<gpt-4.1-deployment-name>]

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