We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe6b6 commit ed59d56Copy full SHA for ed59d56
1 file changed
src/lib/llm/services/llm-service.ts
@@ -4,8 +4,8 @@ import {OpenAICompatibleProvider} from '@ai-sdk/openai-compatible'
4
import {LanguageModelV1} from 'ai'
5
import {OllamaProvider} from 'ollama-ai-provider'
6
7
-import {invariant} from '@/lib/command/invariant'
8
-import {Config} from '@/lib/common/types'
+import {invariant} from '@/lib/command/invariant.js'
+import {Config} from '@/lib/common/types.js'
9
10
export type LlmProvider = AnthropicProvider | OllamaProvider | OpenAICompatibleProvider | OpenAIProvider
11
0 commit comments