Interface ContextOptions

interface ContextOptions {
    embeddings: boolean;
}

Properties

Properties

embeddings: boolean

Allow switching between embeddings / generation mode. Useful for models like GritLM.