UNPKG

@hashbrownai/azure

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