Packages

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

Current section

Files

Jump to
glopenai include glopenai@model_DeleteModelResponse.hrl
Raw

include/glopenai@model_DeleteModelResponse.hrl

-record(delete_model_response, {
id :: binary(),
object :: binary(),
deleted :: boolean()
}).