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

Commit91bf5a7

Browse files
committed
Add cross-region inference option for AWS in self-hosted documentation
1 parentdbdf99f commit91bf5a7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ LLM_TIMEOUT=360000
103103
AWS_ACCESS_KEY_ID=<aws-access-key>
104104
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
105105
AWS_REGION=<aws-region>
106+
# 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.
108+
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
106109

107110
TEMP_PATH=/cache
108111

‎docs/self-hosted/bitbucket.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ LLM_TIMEOUT=360000
9595
AWS_ACCESS_KEY_ID=<aws-access-key>
9696
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
9797
AWS_REGION=<aws-region>
98+
# 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.
100+
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
98101

99102
# System Configuration
100103
TEMP_PATH=/cache

‎docs/self-hosted/github.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ LLM_TIMEOUT=360000
106106
AWS_ACCESS_KEY_ID=<aws-access-key>
107107
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
108108
AWS_REGION=<aws-region>
109+
# 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.
111+
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
109112

110113
# if using Anthropic
111114
LLM_PROVIDER=anthropic

‎docs/self-hosted/gitlab.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ LLM_TIMEOUT=360000
134134
AWS_ACCESS_KEY_ID=<aws-access-key>
135135
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>
136136
AWS_REGION=<aws-region>
137+
# 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.
139+
AWS_USE_CROSS_REGION_INFERENCE=[<true>]
137140

138141
# if using Anthropic
139142
LLM_PROVIDER=anthropic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp