summaryrefslogtreecommitdiffhomepage
path: root/js/src/llm
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/llm')
-rw-r--r--js/src/llm/llm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/llm/llm.ts b/js/src/llm/llm.ts
index 1f8f08567..9c409c604 100644
--- a/js/src/llm/llm.ts
+++ b/js/src/llm/llm.ts
@@ -1,7 +1,7 @@
import { App } from "../app";
import { Log } from "../util/log";
import { mergeDeep } from "remeda";
-import path from "node:path";
+import path from "path";
import type { LanguageModel, Provider } from "ai";
import { NoSuchModelError } from "ai";