Skip to content

Commit 66ad4db

Browse files
committed
update API version
1 parent b4e034a commit 66ad4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/openai/includes/fine-tuning-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ openai.api_key = "COPY_YOUR_OPENAI_KEY_HERE"
134134
openai.api_base = "COPY_YOUR_OPENAI_ENDPOINT_HERE"
135135
openai.api_type = 'azure'
136136
# The API version may change in the future.
137-
openai.api_version = '2022-06-01-preview'
137+
openai.api_version = '2022-12-01'
138138

139139
training_file_name = 'training.jsonl'
140140
validation_file_name = 'validation.jsonl'

articles/cognitive-services/openai/includes/fine-tuning-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ api_key = "COPY_YOUR_OPENAI_KEY_HERE"
132132
api_base = "COPY_YOUR_OPENAI_ENDPOINT_HERE"
133133
api_type = 'azure'
134134
# The API version may change in the future.
135-
api_version = '2022-06-01-preview'
135+
api_version = '2022-12-01'
136136

137137
training_file_name = 'training.jsonl'
138138
validation_file_name = 'validation.jsonl'

0 commit comments

Comments
 (0)