mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
897cc32194
Replace FontAwesome/CDN brand icons with local SVG-based Vue components in a new shared @memoh/icon package. Provider icon URLs in conf/providers YAML files are replaced with preset names, intercepted by ProviderIcon component on the frontend. SearchProviderLogo and ChannelIcon components are migrated to @memoh/icon. All icon containers now use a unified circular gray (rounded-full bg-muted) style. Adds wechat and matrix channel icons.
20 lines
426 B
YAML
20 lines
426 B
YAML
name: DeepSeek
|
|
client_type: openai-completions
|
|
icon: deepseek-color
|
|
base_url: https://api.deepseek.com/v1
|
|
|
|
models:
|
|
- model_id: deepseek-chat
|
|
name: DeepSeek V3.2
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call]
|
|
context_window: 131072
|
|
|
|
- model_id: deepseek-reasoner
|
|
name: DeepSeek V3.2 Thinking
|
|
type: chat
|
|
config:
|
|
compatibilities: [tool-call, reasoning]
|
|
context_window: 131072
|