Skip to content

Commit ed48284

Browse files
committed
Standardize deployment name format for O1 mini across documentation
1 parent a6157dc commit ed48284

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/self-hosted/azure-devops.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ AZURE_OPENAI_API_KEY=<key>
6464
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
6565
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
6666
## o1-mini is optional
67-
AZURE_O1_MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
67+
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
6868
## o1-preview is optional: it’s very expensive but provides best reviews
6969
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
7070
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o

docs/self-hosted/bitbucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5656
AZURE_OPENAI_API_KEY=<key>
5757
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
5858
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name> # modelVersion: 2024-08-06
59-
AZURE_O1_MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>] # Optional
59+
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>] # Optional
6060
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>] # Optional: Provides best reviews but very expensive
6161
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name>] # Optional: modelVersion: turbo-2024-04-09
6262

docs/self-hosted/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AZURE_OPENAI_API_KEY=<key>
6767
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
6868
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
6969
## o1-mini is optional
70-
AZURE_O1_MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
70+
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
7171
## o1-preview is optional: it’s very expensive but provides best reviews
7272
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
7373
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o

docs/self-hosted/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ AZURE_OPENAI_API_KEY=<key>
6363
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
6464
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
6565
## o1-mini is optional
66-
AZURE_O1_MINI_DEPLOYMENT_NAME=<o1-mini-deployment-name>
66+
AZURE_O1MINI_DEPLOYMENT_NAME=<o1-mini-deployment-name>
6767
## o1-preview is optional: it’s very expensive but provides best reviews
6868
AZURE_O1_DEPLOYMENT_NAME=<o1-preview-deployment-name>
6969
## gpt-4-turbo is optional: it’s expensive but provides better reviews

0 commit comments

Comments
 (0)