We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8492198 commit e66a540Copy full SHA for e66a540
README.md
@@ -374,9 +374,10 @@ You can then use this file ID to create a fine-tune model:
374
```ruby
375
response = client.finetunes.create(
376
parameters: {
377
- training_file: file_id,
378
- model: "ada"
379
-})
+ training_file: file_id,
+ model: "ada"
+ }
380
+)
381
fine_tune_id = response["id"]
382
```
383
0 commit comments