Skip to content

Commit e66a540

Browse files
lancecarlsonalexrudall
authored andcommitted
fix indentation
1 parent 8492198 commit e66a540

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,10 @@ You can then use this file ID to create a fine-tune model:
374374
```ruby
375375
response = client.finetunes.create(
376376
parameters: {
377-
training_file: file_id,
378-
model: "ada"
379-
})
377+
training_file: file_id,
378+
model: "ada"
379+
}
380+
)
380381
fine_tune_id = response["id"]
381382
```
382383

0 commit comments

Comments
 (0)