Packages

A Gleam framework for building AI agents — type-safe, multi-provider, with tool calling, streaming, and simulation testing

Current section

Files

Jump to
glean include glean@models@deepseek_DeepseekChat.hrl
Raw

include/glean@models@deepseek_DeepseekChat.hrl

-record(deepseek_chat, {
api_key :: binary(),
model_id :: binary(),
max_output_tokens :: gleam@option:option(integer()),
temperature :: gleam@option:option(float()),
top_p :: gleam@option:option(float()),
stop_sequences :: gleam@option:option(list(binary()))
}).