UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

15 lines (14 loc) 509 B
import type { AvailableModel } from '../../execution/AvailableModel'; /** * List of available models in Ollama library * * Note: Synced with official API docs at 2025-08-20 * * @see https://ollama.com/library * @public exported from `@promptbook/ollama` */ export declare const OLLAMA_MODELS: ReadonlyArray<AvailableModel>; /** * TODO: [🚸] Not all models are compatible with JSON mode, add this information here and use it * Note: [💞] Ignore a discrepancy between file name and entity name */