Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/gguf/utils/getGgufMetadataKeyValue.d.ts
2026-02-05 15:27:49 +08:00

2 lines
98 B
TypeScript

export declare function getGgufMetadataKeyValue(metadata: Record<string, any>, key: string): any;