@promptbook/utils
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
12 lines (11 loc) • 334 B
TypeScript
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>;