Skip to content

Commit ee3087b

Browse files
committed
Update llm.ts
1 parent 87034da commit ee3087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/impl/llm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import type {
4040
} from '@codebuff/common/types/contracts/llm'
4141
import type { ParamsOf } from '@codebuff/common/types/function-params'
4242
import type { JSONObject } from '@codebuff/common/types/json'
43-
import type { OpenRouterProviderOptions } from '@openrouter/ai-sdk-provider'
43+
import type { OpenRouterProviderOptions } from '@codebuff/internal/openrouter-ai-sdk'
4444
import type z from 'zod/v4'
4545

4646
// Forked from https://github.com/OpenRouterTeam/ai-sdk-provider/

0 commit comments

Comments
 (0)