UNPKG

ai-functions

Version:

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

4 lines 218 B
import { Model } from '../types'; export declare function getOpenAIClient(): import("@ai-sdk/openai").OpenAIProvider; export declare function convertToOpenAIModel(model: Model): any; //# sourceMappingURL=model.d.ts.map