UNPKG

@hashbrownai/openai

Version:
11 lines (10 loc) 184 B
import { text } from './stream/text.fn'; /** * Hashbrown adapter for OpenAI. * @public */ export declare const HashbrownOpenAI: { stream: { text: typeof text; }; };