mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
3 lines
182 B
TypeScript
3 lines
182 B
TypeScript
export declare function llm(prompt: string, modelName?: string, jsonMode?: boolean): Promise<string>;
|
|
export declare function llmPrompt(strings: string[], ...values: any[]): string;
|