UNPKG

ai-functions

Version:

A powerful TypeScript library for building AI-powered applications with template literals and structured outputs

5 lines 147 B
import { MODELS } from '../constants/models'; export const DEFAULT_LIST_OPTIONS = { model: MODELS.BEST }; //# sourceMappingURL=constants.js.map