Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@fine_tuning_FineTuningJobCheckpoint.hrl
Raw

include/glopenai@fine_tuning_FineTuningJobCheckpoint.hrl

-record(fine_tuning_job_checkpoint, {
id :: binary(),
created_at :: integer(),
fine_tuned_model_checkpoint :: binary(),
step_number :: integer(),
metrics :: glopenai@fine_tuning:fine_tuning_job_checkpoint_metrics(),
fine_tuning_job_id :: binary(),
object :: binary()
}).