mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 12:59:43 +00:00
feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001)
This commit is contained in:
@@ -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> = {
|
||||
|
Reference in New Issue
Block a user