This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Expand file tree Collapse file tree 4 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ LLM_PROVIDER=azure-openai
6161LLM_TIMEOUT=360000
6262AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
6363AZURE_OPENAI_API_KEY=< key>
64+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
6465AZURE_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
6766AZURE_O1MINI_DEPLOYMENT_NAME=[< o1-mini-deployment-name> ]
68- # # o1-preview is optional: it’s very expensive but provides best reviews
6967AZURE_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
7171AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7272
Original file line number Diff line number Diff line change @@ -54,11 +54,14 @@ LLM_PROVIDER=azure-openai
5454LLM_TIMEOUT=360000
5555AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
5656AZURE_OPENAI_API_KEY=< key>
57+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
5758AZURE_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
6467AWS_ACCESS_KEY_ID=< aws-access-key>
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ LLM_PROVIDER=azure-openai
6464LLM_TIMEOUT=360000
6565AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
6666AZURE_OPENAI_API_KEY=< key>
67+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
6768AZURE_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
7069AZURE_O1MINI_DEPLOYMENT_NAME=[< o1-mini-deployment-name> ]
71- # # o1-preview is optional: it’s very expensive but provides best reviews
7270AZURE_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
7474AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7575
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ LLM_PROVIDER=azure-openai
6060LLM_TIMEOUT=360000
6161AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
6262AZURE_OPENAI_API_KEY=< key>
63+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
6364AZURE_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
6468AZURE_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
7070AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7171
7272# if using AWS Bedrock
You can’t perform that action at this time.
0 commit comments