UNPKG

node-llama-cpp

Version:

Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level

3 lines (2 loc) 211 B
export declare function resolveGithubRelease(githubOwner: string, githubRepo: string, release: string): Promise<any>; export declare function isGithubReleaseNeedsResolving(release: string): release is "latest";