Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bfb8cd

Browse files
committed
Clarify cross-region inference documentation across Azure DevOps, Bitbucket, GitHub, and GitLab integration guides
1 parent91bf5a7 commit6bfb8cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
104104
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
105105
AWS_REGION=<aws-region>
106106
# optionally, use cross-region inference to access models in other regions
107-
#for example,if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
107+
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
108108
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
109109

110110
TEMP_PATH=/cache

‎docs/self-hosted/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
9696
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
9797
AWS_REGION=<aws-region>
9898
# optionally, use cross-region inference to access models in other regions
99-
#for example,if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
99+
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
100100
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
101101

102102
# System Configuration

‎docs/self-hosted/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
107107
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
108108
AWS_REGION=<aws-region>
109109
# optionally, use cross-region inference to access models in other regions
110-
#for example,if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
110+
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
111111
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
112112

113113
# if using Anthropic

‎docs/self-hosted/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ AWS_ACCESS_KEY_ID=<aws-access-key>
135135
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
136136
AWS_REGION=<aws-region>
137137
# optionally, use cross-region inference to access models in other regions
138-
#for example,if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
138+
# if this is set to `true`, CodeRabbit will access models from `us`, `eu`, or `ap` regions based on the AWS_REGION value.
139139
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
140140

141141
# if using Anthropic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp