Skip to content

Commit

Permalink
Merge pull request openai#79 from rattrayalex/ralex/fine-tuning-job-e…
Browse files Browse the repository at this point in the history
…vent-id
  • Loading branch information
athyuttamre committed Sep 2, 2023
2 parents 51cf483 + 854dd95 commit 8e03983
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ paths:
async function main() {
const fineTune = await openai.fineTuning.jobs.retrieve("ft-AF1WoRqd3aJAHsqc9NY7iL8F");
console.log(fineTune);
}
Expand Down Expand Up @@ -4002,6 +4002,8 @@ components:
FineTuningJobEvent:
title: FineTuningJobEvent
properties:
id:
type: string
object:
type: string
created_at:
Expand All @@ -4012,6 +4014,7 @@ components:
message:
type: string
required:
- id
- object
- created_at
- level
Expand All @@ -4020,7 +4023,8 @@ components:
name: The fine-tuning event object
example: |
{
"object": "event",
"object": "fine_tuning.job.event",
"id": "ft-event-xiA7iJjj8V2zOkCGvWF2hAkDWBQZe",
"created_at": 1677610602,
"level": "info",
"message": "Created fine-tuning job"
Expand Down

0 comments on commit 8e03983

Please sign in to comment.