We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1d9d7 commit 270ae77Copy full SHA for 270ae77
scripts/fat-sdk-openrouter-example.ts
@@ -1,8 +1,7 @@
1
import { createOpenAICompatible } from '@ai-sdk/openai-compatible'
2
+import { websiteUrl } from '@codebuff/npm-app/config'
3
import { streamText } from 'ai'
4
-import { websiteUrl } from './config'
5
-
6
const codebuffBackendProvider = createOpenAICompatible({
7
name: 'codebuff',
8
apiKey: '12345',
0 commit comments