Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Add cross-region inference option for AWS in self-hosted documentation #464

Merged
merged 2 commits into from
Jul 18, 2025
Merged
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
Clarify cross-region inference documentation across Azure DevOps, Bit…
…bucket, GitHub, and GitLab integration guides
  • Loading branch information
hasit committed Jul 18, 2025
commit 6bfb8cdcb4ae95bd0eb5efb2d13ddae206de1924
2 changes: 1 addition & 1 deletion docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
AWS_REGION=<aws-region>
# optionally, use cross-region inference to access models in other regions
# for example, if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
AWS_USE_CROSS_REGION_INFERENCE=[<true>]

TEMP_PATH=/cache
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
AWS_REGION=<aws-region>
# optionally, use cross-region inference to access models in other regions
# for example, if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
AWS_USE_CROSS_REGION_INFERENCE=[<true>]

# System Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
AWS_REGION=<aws-region>
# optionally, use cross-region inference to access models in other regions
# for example, if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
AWS_USE_CROSS_REGION_INFERENCE=[<true>]

# if using Anthropic
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
AWS_REGION=<aws-region>
# optionally, use cross-region inference to access models in other regions
# for example, if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
AWS_USE_CROSS_REGION_INFERENCE=[<true>]

# if using Anthropic
Expand Down