- import type { LlamaCpp } from "../llm.js";
- export type LocalLlamaCppProviderConfig = {
- llm?: LlamaCpp;
- modelId?: string;
- };
- /** Historical direct-import symbol. It is not part of the package API. */
- export declare class LocalLlamaCppProvider {
- constructor(_config?: LocalLlamaCppProviderConfig);
- }
|