We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de1c5 commit a6c87c1Copy full SHA for a6c87c1
1 file changed
packages/opencode/src/provider/transform.ts
@@ -4,7 +4,6 @@ import type { JSONSchema } from "zod/v4/core"
4
import type { Provider } from "./provider"
5
import type { ModelsDev } from "./models"
6
import { iife } from "@/util/iife"
7
-import { Log } from "@/util/log"
8
9
type Modality = NonNullable<ModelsDev.Model["modalities"]>["input"][number]
10
0 commit comments