UNPKG

@yuxilabs/gptp-core

Version:

Core validation, formatting and execution logic for the GPTP file format.

11 lines 290 B
export declare function callMicrosoftAzureOpenAI(opts: { messages: { role: string; content: string; }[]; model: string; temperature: number; top_p: number; max_tokens: number; }): Promise<any>; //# sourceMappingURL=microsoftAzureOpenaiRunner.d.ts.map