summaryrefslogtreecommitdiffhomepage
path: root/js/src
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 17:22:31 -0400
committerDax Raad <[email protected]>2025-05-26 17:22:31 -0400
commit25623d1f84b6fa582f71b1b309f6e8235d4154a3 (patch)
treeba6d6616b6c355a5b60cc706ce707eb96b46ee1e /js/src
parentde9f144858107b4230f44956283542bd137bffb6 (diff)
downloadopencode-25623d1f84b6fa582f71b1b309f6e8235d4154a3.tar.gz
opencode-25623d1f84b6fa582f71b1b309f6e8235d4154a3.zip
sync
Diffstat (limited to 'js/src')
-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 0ae3bbd87..5d962219c 100644
--- a/js/src/llm/llm.ts
+++ b/js/src/llm/llm.ts
@@ -3,7 +3,7 @@ import { Log } from "../util/log";
import { createAnthropic } from "@ai-sdk/anthropic";
import type { LanguageModel, Provider } from "ai";
-import { generateText, NoSuchModelError } from "ai";
+import { NoSuchModelError } from "ai";
export namespace LLM {
const log = Log.create({ service: "llm" });