pub type LemonadeCodecOptions = OpenAiCodecOptions;Expand description
Options for Lemonade OpenAI-compatible request JSON generation.
Aliased Type§
pub struct LemonadeCodecOptions {
pub model: String,
pub stream: bool,
pub tools: bool,
}Fields§
§model: StringModel identifier to place in the generated request.
stream: boolWhether to request a streamed SSE response.
tools: boolWhether to include the tools field in the generated request.