diff options
| author | Dax Raad <[email protected]> | 2025-05-28 17:24:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-28 17:24:21 -0400 |
| commit | e88264075a8b67c46b57d13db8488f4f01e7f9f1 (patch) | |
| tree | 74aeb70ee3625355ab5c0440451505ca10997a80 /js/src/llm | |
| parent | 041a080a139a06402d9c0ce4d37622f9eb49e729 (diff) | |
| download | opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.tar.gz opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.zip | |
sync
Diffstat (limited to 'js/src/llm')
| -rw-r--r-- | js/src/llm/llm.ts | 2 |
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"; |
