feat(provider): add DeepSeek provider with configuration and icon support (#907)
This commit is contained in:
1
src/assets/providers/deepseek.svg
Normal file
1
src/assets/providers/deepseek.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.1 KiB |
@@ -9,6 +9,7 @@ import minimaxPortal from './minimax.svg';
|
||||
import qwenPortal from './qwen.svg';
|
||||
import ollama from './ollama.svg';
|
||||
import custom from './custom.svg';
|
||||
import deepseek from './deepseek.svg';
|
||||
|
||||
export const providerIcons: Record<string, string> = {
|
||||
anthropic,
|
||||
@@ -24,4 +25,5 @@ export const providerIcons: Record<string, string> = {
|
||||
'modelstudio': qwenPortal,
|
||||
ollama,
|
||||
custom,
|
||||
deepseek,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user