Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

The requested module 'llama-node/dist/llm/llama-cpp.js' does not provide an export named 'LoadConfig' #117

@heaversm

Description

@heaversm

Attempting to follow https://llama-node.vercel.app/docs/langchain - I encounter the error:

import { LLamaCpp, LoadConfig } from "llama-node/dist/llm/llama-cpp.js";
                   ^^^^^^^^^^
SyntaxError: The requested module 'llama-node/dist/llm/llama-cpp.js' does not provide an export named 'LoadConfig'

Looking at this file, I see only one export:

export {
  LLamaCpp
};
//# sourceMappingURL=llama-cpp.js.map

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions