feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001)

This commit is contained in:
Fangyin Cheng
2023-12-30 16:54:27 +08:00
committed by GitHub
parent 0cdc77abb2
commit 07a25c3d86
25 changed files with 43 additions and 188 deletions

View File

@@ -35,6 +35,7 @@ export const MODEL_ICON_MAP: Record<ModelType, { label: string; icon: string }>
'llama-cpp': { label: 'ggml-model-q4_0.bin', icon: '/models/huggingface.svg' },
'internlm-7b': { label: 'internlm-chat-7b-v1_1', icon: '/models/internlm.png' },
'internlm-7b-8k': { label: 'internlm-chat-7b-8k', icon: '/models/internlm.png' },
'solar-10.7b-instruct-v1.0': { label: 'solar-10.7b-instruct-v1.0', icon: '/models/solar_logo.png' },
};
export const VECTOR_ICON_MAP: Record<string, string> = {