feat(model): Support yi proxy LLM (#1303)

This commit is contained in:
Fangyin Cheng
2024-03-15 22:15:37 +08:00
committed by GitHub
parent 6974329116
commit 130ffb08c9
144 changed files with 1286 additions and 1088 deletions

View File

@@ -24,6 +24,11 @@ export const MODEL_ICON_MAP: Record<ModelType, { label: string; icon: string }>
wenxin_proxyllm: { label: 'wenxin_proxyllm', icon: '' },
tongyi_proxyllm: { label: 'tongyi_proxyllm', icon: '/models/qwen2.png' },
zhipu_proxyllm: { label: 'zhipu_proxyllm', icon: '/models/zhipu.png' },
yi_proxyllm: { label: 'yi_proxyllm', icon: '/models/yi.svg' },
"yi-34b-chat": { label: 'yi-34b-chat', icon: '/models/yi.svg' },
"yi-34b-chat-8bits": { label: 'yi-34b-chat-8bits', icon: '/models/yi.svg' },
"yi-34b-chat-4bits": { label: 'yi-34b-chat-4bits', icon: '/models/yi.svg' },
"yi-6b-chat": { label: 'yi-6b-chat', icon: '/models/yi.svg' },
'llama-2-7b': { label: 'Llama-2-7b-chat-hf', icon: '/models/llama.jpg' },
'llama-2-13b': { label: 'Llama-2-13b-chat-hf', icon: '/models/llama.jpg' },
'llama-2-70b': { label: 'Llama-2-70b-chat-hf', icon: '/models/llama.jpg' },