Skip to content

Commit 89fab31

Browse files
authored
Merge pull request #120152 from CosmicPredator/patch-1
Fixed typo on example code.
2 parents cfb471e + d314841 commit 89fab31

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)