File tree 4 files changed +4
-4
lines changed
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>
64
64
AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
65
65
AZURE_GPT4O_DEPLOYMENT_NAME=< gpt-4o-deployment-name, modelVersion: 2024-08-06>
66
66
# # o1-mini is optional
67
- AZURE_O1_MINI_DEPLOYMENT_NAME =[< o1-mini-deployment-name> ]
67
+ AZURE_O1MINI_DEPLOYMENT_NAME =[< o1-mini-deployment-name> ]
68
68
# # o1-preview is optional: it’s very expensive but provides best reviews
69
69
AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ]
70
70
# # 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>
56
56
AZURE_OPENAI_API_KEY=< key>
57
57
AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
58
58
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
60
60
AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ] # Optional: Provides best reviews but very expensive
61
61
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name> ] # Optional: modelVersion: turbo-2024-04-09
62
62
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AZURE_OPENAI_API_KEY=<key>
67
67
AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
68
68
AZURE_GPT4O_DEPLOYMENT_NAME=< gpt-4o-deployment-name, modelVersion: 2024-08-06>
69
69
# # o1-mini is optional
70
- AZURE_O1_MINI_DEPLOYMENT_NAME =[< o1-mini-deployment-name> ]
70
+ AZURE_O1MINI_DEPLOYMENT_NAME =[< o1-mini-deployment-name> ]
71
71
# # o1-preview is optional: it’s very expensive but provides best reviews
72
72
AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ]
73
73
# # 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>
63
63
AZURE_GPT4OMINI_DEPLOYMENT_NAME=< gpt-4o-mini-deployment-name>
64
64
AZURE_GPT4O_DEPLOYMENT_NAME=< gpt-4o-deployment-name, modelVersion: 2024-08-06>
65
65
# # o1-mini is optional
66
- AZURE_O1_MINI_DEPLOYMENT_NAME =< o1-mini-deployment-name>
66
+ AZURE_O1MINI_DEPLOYMENT_NAME =< o1-mini-deployment-name>
67
67
# # o1-preview is optional: it’s very expensive but provides best reviews
68
68
AZURE_O1_DEPLOYMENT_NAME=< o1-preview-deployment-name>
69
69
# # gpt-4-turbo is optional: it’s expensive but provides better reviews
You can’t perform that action at this time.
0 commit comments