We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87034da commit ee3087bCopy full SHA for ee3087b
sdk/src/impl/llm.ts
@@ -40,7 +40,7 @@ import type {
40
} from '@codebuff/common/types/contracts/llm'
41
import type { ParamsOf } from '@codebuff/common/types/function-params'
42
import type { JSONObject } from '@codebuff/common/types/json'
43
-import type { OpenRouterProviderOptions } from '@openrouter/ai-sdk-provider'
+import type { OpenRouterProviderOptions } from '@codebuff/internal/openrouter-ai-sdk'
44
import type z from 'zod/v4'
45
46
// Forked from https://github.com/OpenRouterTeam/ai-sdk-provider/
0 commit comments