Skip to content
This repository has been 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

Open
heaversm opened this issue Aug 31, 2023 · 0 comments

Comments

@heaversm
Copy link

heaversm commented Aug 31, 2023

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant