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
Update deployment instructions for Azure DevOps, Bitbucket, GitHub, a…
…nd GitLab to clarify optional deployment names
  • Loading branch information
hasit committed Apr 21, 2025
commit 8a6baf7da5b459412f75cdd9026ee676ff7c5d9f
8 changes: 4 additions & 4 deletions docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ 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>
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>]
# optionally, deploy o3-mini instead of o4-mini
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
# optionally, deploy o1 instead of o3
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
8 changes: 4 additions & 4 deletions docs/self-hosted/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ 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>
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>]
# optionally, deploy o3-mini instead of o4-mini
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
# optionally, deploy o1 instead of o3
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
8 changes: 4 additions & 4 deletions docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ 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>
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>]
# optionally, deploy o3-mini instead of o4-mini
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
# optionally, deploy o1 instead of o3
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]

# OAuth2 Configuration (optional)
# This will use client_credentials flow to get an access token,
Expand Down
8 changes: 4 additions & 4 deletions docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ 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>
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>]
# optionally, deploy o3-mini instead of o4-mini
AZURE_O3MINI_DEPLOYMENT_NAME=[<o3-mini-deployment-name>]
# optionally, deploy o1 instead of o3
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]

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