feat(provider): add DeepSeek provider with configuration and icon support (#907)

This commit is contained in:
Haze
2026-04-24 11:41:47 +08:00
committed by GitHub
parent ae9af725b2
commit f893f2b21b
5 changed files with 32 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -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,
};