Packages

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

Current section

Files

Jump to
glopenai include glopenai@webhook_FineTuningJobSucceeded.hrl
Raw

include/glopenai@webhook_FineTuningJobSucceeded.hrl

-record(fine_tuning_job_succeeded, {
created_at :: integer(),
id :: binary(),
object :: gleam@option:option(binary()),
data :: glopenai@webhook:webhook_fine_tuning_job_data()
}).