File tree 4 files changed +18
-15
lines changed
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
61
61
LLM_TIMEOUT=360000
62
62
AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
63
63
AZURE_OPENAI_API_KEY=< key>
64
+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
64
65
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
67
66
AZURE_O1MINI_DEPLOYMENT_NAME=[< o1-mini-deployment-name> ]
68
- # # o1-preview is optional: it’s very expensive but provides best reviews
69
67
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>
70
70
# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
71
71
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
72
72
Original file line number Diff line number Diff line change @@ -54,11 +54,14 @@ LLM_PROVIDER=azure-openai
54
54
LLM_TIMEOUT=360000
55
55
AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
56
56
AZURE_OPENAI_API_KEY=< key>
57
+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
57
58
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> ]
62
65
63
66
# if using AWS Bedrock
64
67
AWS_ACCESS_KEY_ID=< aws-access-key>
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ LLM_PROVIDER=azure-openai
64
64
LLM_TIMEOUT=360000
65
65
AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
66
66
AZURE_OPENAI_API_KEY=< key>
67
+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
67
68
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
70
69
AZURE_O1MINI_DEPLOYMENT_NAME=[< o1-mini-deployment-name> ]
71
- # # o1-preview is optional: it’s very expensive but provides best reviews
72
70
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>
73
73
# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
74
74
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
75
75
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ LLM_PROVIDER=azure-openai
60
60
LLM_TIMEOUT=360000
61
61
AZURE_OPENAI_ENDPOINT=< azure-openai-endpoint>
62
62
AZURE_OPENAI_API_KEY=< key>
63
+ # # it is recommended to use gpt-4o-mini, o1-mini, and o1-preview deployments
63
64
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
64
68
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
70
70
AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
71
71
72
72
# if using AWS Bedrock
You can’t perform that action at this time.
0 commit comments