Current section
Files
Jump to
Current section
Files
include/glean@models@moonshot_Moonshot.hrl
-record(moonshot, {
api_key :: binary(),
model_id :: binary(),
max_output_tokens :: gleam@option:option(integer()),
temperature :: gleam@option:option(float()),
top_p :: gleam@option:option(float()),
deprecated_info :: gleam@option:option({binary(), binary()})
}).