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.

Commit131ba77

Browse files
committed
Update deployment recommendations for Azure configurations
1 parented48284 commit131ba77

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ LLM_PROVIDER=azure-openai
6161
LLM_TIMEOUT=360000
6262
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6363
AZURE_OPENAI_API_KEY=<key>
64+
## it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
6465
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
65-
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
66-
## o1-mini is optional
6766
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
68-
## o1-preview is optional: it’s very expensive but provides best reviews
6967
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
68+
## gpt-4o is optional
69+
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
7070
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
7171
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09>]
7272

‎docs/self-hosted/bitbucket.md‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ LLM_PROVIDER=azure-openai
5454
LLM_TIMEOUT=360000
5555
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5656
AZURE_OPENAI_API_KEY=<key>
57+
## it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
5758
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
58-
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name># modelVersion: 2024-08-06
59-
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]# Optional
60-
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]# Optional: Provides best reviews but very expensive
61-
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name>]# Optional: modelVersion: turbo-2024-04-09
59+
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
60+
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
61+
## gpt-4o is optional
62+
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
63+
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
64+
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09>]
6265

6366
# if using AWS Bedrock
6467
AWS_ACCESS_KEY_ID=<aws-access-key>

‎docs/self-hosted/github.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ 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 use gpt-4o-mini, o1-mini, and o1-preview deployments
6768
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
68-
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
69-
## o1-mini is optional
7069
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
71-
## o1-preview is optional: it’s very expensive but provides best reviews
7270
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
71+
## gpt-4o is optional
72+
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
7373
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
7474
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09>]
7575

‎docs/self-hosted/gitlab.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ LLM_PROVIDER=azure-openai
6060
LLM_TIMEOUT=360000
6161
AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
6262
AZURE_OPENAI_API_KEY=<key>
63+
## it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
6364
AZURE_GPT4OMINI_DEPLOYMENT_NAME=<gpt-4o-mini-deployment-name>
65+
AZURE_O1MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>]
66+
AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
67+
## gpt-4o is optional
6468
AZURE_GPT4O_DEPLOYMENT_NAME=<gpt-4o-deployment-name, modelVersion: 2024-08-06>
65-
## o1-mini is optional
66-
AZURE_O1MINI_DEPLOYMENT_NAME=<o1-mini-deployment-name>
67-
## o1-preview is optional: it’s very expensive but provides best reviews
68-
AZURE_O1_DEPLOYMENT_NAME=<o1-preview-deployment-name>
69-
## gpt-4-turbo is optional: it’s expensive but provides better reviews
69+
## gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
7070
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[<gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09>]
7171

7272
# if using AWS Bedrock

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp