Packages

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

Current section

Files

Jump to
glopenai include glopenai@response_RankingOptions.hrl
Raw

include/glopenai@response_RankingOptions.hrl

-record(ranking_options, {
hybrid_search :: gleam@option:option(glopenai@response:hybrid_search()),
ranker :: glopenai@response:rank_version_type(),
score_threshold :: gleam@option:option(float())
}).