File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ paths:
12481248
12491249 async function main() {
12501250 const fineTune = await openai.fineTuning.jobs.retrieve("ft-AF1WoRqd3aJAHsqc9NY7iL8F");
1251-
1251+
12521252 console.log(fineTune);
12531253 }
12541254
@@ -4002,6 +4002,8 @@ components:
40024002 FineTuningJobEvent :
40034003 title : FineTuningJobEvent
40044004 properties :
4005+ id :
4006+ type : string
40054007 object :
40064008 type : string
40074009 created_at :
@@ -4012,6 +4014,7 @@ components:
40124014 message :
40134015 type : string
40144016 required :
4017+ - id
40154018 - object
40164019 - created_at
40174020 - level
@@ -4020,7 +4023,8 @@ components:
40204023 name : The fine-tuning event object
40214024 example : |
40224025 {
4023- "object": "event",
4026+ "object": "fine_tuning.job.event",
4027+ "id": "ft-event-xiA7iJjj8V2zOkCGvWF2hAkDWBQZe",
40244028 "created_at": 1677610602,
40254029 "level": "info",
40264030 "message": "Created fine-tuning job"
You can’t perform that action at this time.
0 commit comments