Skip to content

Commit 270ae77

Browse files
committed
fix imports
1 parent be1d9d7 commit 270ae77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/fat-sdk-openrouter-example.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { createOpenAICompatible } from '@ai-sdk/openai-compatible'
2+
import { websiteUrl } from '@codebuff/npm-app/config'
23
import { streamText } from 'ai'
34

4-
import { websiteUrl } from './config'
5-
65
const codebuffBackendProvider = createOpenAICompatible({
76
name: 'codebuff',
87
apiKey: '12345',

0 commit comments

Comments
 (0)