Skip to content

Commit 5afb7cd

Browse files
committed
FineTuneJob->events are optional (when listFineTunes is called)
1 parent 920cb04 commit 5afb7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai-core/src/main/scala/io/cequence/openaiscala/domain/response/FineTuneJob.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ case class FineTuneJob(
66
id: String,
77
model: String,
88
created_at: ju.Date,
9-
events: Seq[FineTuneEvent],
9+
events: Option[Seq[FineTuneEvent]],
1010
fine_tuned_model: Option[String],
1111
hyperparams: FineTuneHyperparams,
1212
organization_id: String,

0 commit comments

Comments
 (0)