Template information for model.
ModelTemplate
const modelTemplate: ModelTemplate = { name: 'default_template', ctx: 2048}; Copy
const modelTemplate: ModelTemplate = { name: 'default_template', ctx: 2048};
The context window size for the model.
The name of the template.
Template information for model.
ModelTemplate
Example