Skip to content

Commit 35ffe3c

Browse files
authored
Update deployment recommendations in self-hosted documentation (#365)
Update deployment recommendations in self-hosted documentation for Azure DevOps, Bitbucket, GitHub, and GitLab
1 parent 2c85895 commit 35ffe3c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docs/self-hosted/azure-devops.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ LLM_PROVIDER=azure-openai
6464
LLM_TIMEOUT=360000
6565
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6666
AZURE_OPENAI_API_KEY=<key>
67-
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
67+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally).
6868
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6969
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
7070
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
@@ -96,6 +96,7 @@ HTTPS_PROXY=[<https-proxy-url>]
9696
NO_PROXY=[<no-proxy-url>]
9797

9898
# if using AWS Bedrock
99+
# it is required to have access to claude-3-haiku, claude-3-5-haiku, claude-sonnet-4, claude-opus-4.
99100
LLM_PROVIDER=bedrock-anthropic
100101
LLM_TIMEOUT=360000
101102
AWS_ACCESS_KEY_ID=<aws-access-key>

docs/self-hosted/bitbucket.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ LLM_PROVIDER=azure-openai
5656
LLM_TIMEOUT=360000
5757
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5858
AZURE_OPENAI_API_KEY=<key>
59-
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
59+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally).
6060
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6161
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
6262
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
@@ -88,6 +88,7 @@ HTTPS_PROXY=[<https-proxy-url>]
8888
NO_PROXY=[<no-proxy-url>]
8989

9090
# if using AWS Bedrock
91+
# it is required to have access to claude-3-haiku, claude-3-5-haiku, claude-sonnet-4, claude-opus-4.
9192
LLM_PROVIDER=bedrock-anthropic
9293
LLM_TIMEOUT=360000
9394
AWS_ACCESS_KEY_ID=<aws-access-key>

docs/self-hosted/github.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LLM_PROVIDER=azure-openai
6767
LLM_TIMEOUT=360000
6868
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6969
AZURE_OPENAI_API_KEY=<key>
70-
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
70+
# it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally).
7171
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
7272
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
7373
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
@@ -99,6 +99,7 @@ HTTPS_PROXY=[<https-proxy-url>]
9999
NO_PROXY=[<no-proxy-url>]
100100

101101
# if using AWS Bedrock
102+
# it is required to have access to claude-3-haiku, claude-3-5-haiku, claude-sonnet-4, claude-opus-4.
102103
LLM_PROVIDER=bedrock-anthropic
103104
LLM_TIMEOUT=360000
104105
AWS_ACCESS_KEY_ID=<aws-access-key>

docs/self-hosted/gitlab.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LLM_PROVIDER=azure-openai
6262
LLM_TIMEOUT=360000
6363
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6464
AZURE_OPENAI_API_KEY=<key>
65-
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3 deployments, gpt-4.1 (optionally).
65+
## it is recommended to deploy gpt-4.1-mini, o4-mini, o3, gpt-4.1 (optionally).
6666
AZURE_GPT41MINI_DEPLOYMENT_NAME=<gpt-4.1-mini-deployment-name>
6767
AZURE_O4MINI_DEPLOYMENT_NAME=<o4-mini-deployment-name>
6868
AZURE_O3_DEPLOYMENT_NAME=<o3-deployment-name>
@@ -94,6 +94,7 @@ HTTPS_PROXY=[<https-proxy-url>]
9494
NO_PROXY=[<no-proxy-url>]
9595

9696
# if using AWS Bedrock
97+
# it is required to have access to claude-3-haiku, claude-3-5-haiku, claude-sonnet-4, claude-opus-4.
9798
LLM_PROVIDER=bedrock-anthropic
9899
LLM_TIMEOUT=360000
99100
AWS_ACCESS_KEY_ID=<aws-access-key>

0 commit comments

Comments
 (0)