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
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit807ae68

Browse files
authored
Update deployment names for o3-mini and o1 in self-hosted documentation (#215)
docs: update deployment names for o3-mini and o1 in self-hosted documentation
1 parent6acc3e5 commit807ae68

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)

[8]ページ先頭

©2009-2025 Movatter.jp