Skip to content

Commit d314841

Browse files
Fixed typo on example code.
- Fixed the printing of job status from `response.id` to `response.status`.
1 parent 4b38657 commit d314841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/tutorials/fine-tune.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ job_id = response.id
394394
# The fine-tuning job will take some time to start and complete.
395395

396396
print("Job ID:", response.id)
397-
print("Status:", response.id)
397+
print("Status:", response.status)
398398
print(response.model_dump_json(indent=2))
399399
```
400400

0 commit comments

Comments
 (0)