8000 docs: update deployment names for o3-mini and o1 in self-hosted docum… · coderabbitai/coderabbit-docs@771169f · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit 771169f

Browse files
committed
docs: update deployment names for o3-mini and o1 in self-hosted documentation
1 parent 6acc3e5 commit 771169f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/self-hosted/azure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6363
AZURE_OPENAI_API_KEY=<key>
6464
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
6565
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
66-
AZURE_O3MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
67-
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
66+
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
67+
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
6868
# optionally, you can swap o3-mini with o1-mini
6969
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
7070

docs/self-hosted/bitbucket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5656
AZURE_OPENAI_API_KEY=<key>
5757
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
5858
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
59-
AZURE_O3MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
60-
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
59+
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
60+
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
6161
# optionally, you can swap o3-mini with o1-mini
6262
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6363

docs/self-hosted/github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6767
AZURE_OPENAI_API_KEY=<key>
6868
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
6969
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
70-
AZURE_O3MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
71-
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
70+
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
71+
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
7272
# optionally, you can swap o3-mini with o1-mini
7373
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
7474

docs/self-hosted/gitlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6262
AZURE_OPENAI_API_KEY=<key>
6363
## it is recommended to use gpt-4o-mini, o3-mini, and o1 deployments.
6464
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
65-
AZURE_O3MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
66-
AZURE_O1_DEPLOYMENT_NAME=[<o1-deployment-name>]
65+
AZURE_O3MINI_DEPLOYMENT_NAME=<o3-mini-deployment-name>
66+
AZURE_O1_DEPLOYMENT_NAME=<o1-deployment-name>
6767
# optionally, you can swap o3-mini with o1-mini
6868
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6969

0 commit comments

Comments
 (0)
0