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 +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ AZURE_OPENAI_API_KEY=<key>
6464AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
6565AZURE_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
6969AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ]
7070# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ AZURE_OPENAI_ENDPOINT=<azure-openai-endpoint>
5656AZURE_OPENAI_API_KEY=< key>
5757AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
5858AZURE_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
6060AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ] # Optional: Provides best reviews but very expensive
6161AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name> ] # Optional: modelVersion: turbo-2024-04-09
6262
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AZURE_OPENAI_API_KEY=<key>
6767AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
6868AZURE_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
7272AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ]
7373# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ AZURE_OPENAI_API_KEY=<key>
6363AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
6464AZURE_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
6868AZURE_O1_DEPLOYMENT_NAME=< o1-preview-deployment-name>
6969# # gpt-4-turbo is optional: it’s expensive but provides better reviews
You can’t perform that action at this time.
0 commit comments