Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jan 20, 2025
1 parent 5ffe941 commit f433193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libs/agent-runtime/deepseek/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { ModelProvider } from '../types';
import OpenAI from 'openai';

import { ChatStreamPayload, ModelProvider } from '../types';
import { LobeOpenAICompatibleFactory } from '../utils/openaiCompatibleFactory';

export const LobeDeepSeekAI = LobeOpenAICompatibleFactory({
Expand Down

0 comments on commit f433193

Please sign in to comment.