pub type CompletionModel<H = Client> = GenericCompletionModel<TogetherExt, H>;Expand description
Together AI completion model, driven by the shared OpenAI Chat Completions path.
Aliased Type§
pub struct CompletionModel<H = Client> {
pub model: String,
/* private fields */
}Fields§
§model: String