Skip to content

Commit 1de4f79

Browse files
committed
Fix typo
1 parent 7eb8cfb commit 1de4f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ You may need to wait a short time for processing to complete. Once processed, yo
338338

339339
```ruby
340340
client.finetunes.list
341-
response = client.fine_tuning_job.retrieve(id: fine_tune_id)
341+
response = client.finetunes.retrieve(id: fine_tune_id)
342342
fine_tuned_model = response["fine_tuned_model"]
343343
```
344344

0 commit comments

Comments
 (0)