-
Notifications
You must be signed in to change notification settings - Fork 26
Update deployment recommendations in Azure DevOps, Bitbucket, GitHub, and GitLab documentation #291
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
Conversation
… and GitLab documentation
WalkthroughThe documentation for self-hosted integrations with Azure OpenAI was updated across guides for Azure DevOps, Bitbucket, GitHub, and GitLab. The recommended deployment names and corresponding environment variable keys for Azure OpenAI models were revised, replacing older names with new ones (e.g., from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
participant AzureOpenAI
User->>Documentation: Refer to self-hosted integration guide
Documentation->>User: Provide updated deployment names and env variable keys
User->>AzureOpenAI: Configure deployments using new variables and options
AzureOpenAI-->>User: Models available as per updated configuration
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (4)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying coderabbit-docs with
|
Latest commit: |
8a6baf7
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8732cc69.coderabbit-docs.pages.dev |
Branch Preview URL: | https://hasit-on-prem-models.coderabbit-docs.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (4)
docs/self-hosted/azure-devops.md (1)
67-67
: Fix typo in recommendation comment.Change "user" to "use" in the recommendation comment.
docs/self-hosted/github.md (1)
70-70
: Fix typo in recommendation comment.Change "user" to "use" in the recommendation comment on this line.
docs/self-hosted/bitbucket.md (1)
59-59
: Fix typo in recommendation comment.Change "user" to "use" in the recommendation comment at this line.
docs/self-hosted/gitlab.md (1)
65-65
: Fix typo in recommendation comment.Change "user" to "use" in the recommendation comment on this line.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
docs/self-hosted/azure-devops.md
(1 hunks)docs/self-hosted/bitbucket.md
(1 hunks)docs/self-hosted/github.md
(1 hunks)docs/self-hosted/gitlab.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Cloudflare Pages
🔇 Additional comments (4)
docs/self-hosted/azure-devops.md (1)
67-78
: Review of updated Azure OpenAI deployment variables.The environment variables correctly adopt the new Azure OpenAI deployment names (
gpt-4.1-mini
,o4-mini
,o3
), and the optional fallback placeholders (o1
,o3-mini
,gpt-4o-mini
,gpt-4.1
) are well-defined for advanced configuration.docs/self-hosted/github.md (1)
70-81
: Review of updated Azure OpenAI deployment variables.The example
.env
snippet has been correctly updated to reference the new deployment environment variables (AZURE_GPT41MINI_DEPLOYMENT_NAME
,AZURE_O4MINI_DEPLOYMENT_NAME
,AZURE_O3_DEPLOYMENT_NAME
) and the additional optional placeholders.docs/self-hosted/bitbucket.md (1)
59-70
: Review of updated Azure OpenAI deployment variables.The recommended and optional Azure OpenAI deployment environment variables reflect the new naming conventions and offer clear fallback options.
docs/self-hosted/gitlab.md (1)
65-76
: Review of updated Azure OpenAI deployment variables.Deployment variables are updated correctly to
gpt-4.1-mini
,o4-mini
,o3
and include optional placeholders for fallbacks.
…, GitHub, and GitLab documentation
… and GitLab documentation
…nd GitLab to clarify optional deployment names
No description provided.