refactor(ai): rename llm package

This commit is contained in:
Dax Raad
2026-07-15 15:11:03 -04:00
parent b6ccb66610
commit bb15b16499
238 changed files with 209 additions and 210 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { APICallError } from "ai"
import { STATUS_CODES } from "http"
import { iife } from "@/util/iife"
import type { ProviderV2 } from "@opencode-ai/core/provider"
import { isContextOverflow } from "@opencode-ai/llm"
import { isContextOverflow } from "@opencode-ai/ai"
export class HeaderTimeoutError extends Error {
public override readonly name = "ProviderHeaderTimeoutError"