Skip to content

Commit ca19925

Browse files
committed
update
1 parent fc9c38f commit ca19925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ with open(result_file_name, "wb") as file:
456456
```python
457457
# Retrieve the file ID of the first result file from the fine-tune job
458458
# for the customized model.
459-
response = client.fine_tuning.jobs.retrieve(job_id)
459+
response = client.fine_tuning.jobs.retrieve(job_id)
460460
if response.status == 'succeeded':
461461
result_file_id = response.result_files[0]
462462

0 commit comments

Comments
 (0)