LocalLm types documentation
    Preparing search index...

    Interface ModelTemplate

    Template information for model.

    ModelTemplate

    const modelTemplate: ModelTemplate = {
    name: 'default_template',
    ctx: 2048
    };
    interface ModelTemplate {
        ctx: number;
        name: string;
    }
    Index

    Properties

    Properties

    ctx: number

    The context window size for the model.

    name: string

    The name of the template.