@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
15 lines (14 loc) • 484 B
TypeScript
import type { AvailableModel } from '../../execution/AvailableModel';
/**
* List of available models in Ollama library
*
* Note: Done at 2025-05-19
*
* @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
*/