File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/cognitive-services/openai/includes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ openai.api_key = "COPY_YOUR_OPENAI_KEY_HERE"
134
134
openai.api_base = " COPY_YOUR_OPENAI_ENDPOINT_HERE"
135
135
openai.api_type = ' azure'
136
136
# The API version may change in the future.
137
- openai.api_version = ' 2022-06 -01-preview '
137
+ openai.api_version = ' 2022-12 -01'
138
138
139
139
training_file_name = ' training.jsonl'
140
140
validation_file_name = ' validation.jsonl'
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ api_key = "COPY_YOUR_OPENAI_KEY_HERE"
132
132
api_base = " COPY_YOUR_OPENAI_ENDPOINT_HERE"
133
133
api_type = ' azure'
134
134
# The API version may change in the future.
135
- api_version = ' 2022-06 -01-preview '
135
+ api_version = ' 2022-12 -01'
136
136
137
137
training_file_name = ' training.jsonl'
138
138
validation_file_name = ' validation.jsonl'
You can’t perform that action at this time.
0 commit comments