feat: Add new models to ModelList in constants.go

This commit is contained in:
Laisky.Cai 2024-10-31 13:14:58 +00:00
parent 7e51b04221
commit 23fdbe8342

View File

@ -11,7 +11,9 @@ var ModelList = []string{
"llama-3.2-11b-vision-preview", "llama-3.2-11b-vision-preview",
"llama-3.2-1b-preview", "llama-3.2-1b-preview",
"llama-3.2-3b-preview", "llama-3.2-3b-preview",
"llama-3.2-11b-vision-preview",
"llama-3.2-90b-text-preview", "llama-3.2-90b-text-preview",
"llama-3.2-90b-vision-preview",
"llama-guard-3-8b", "llama-guard-3-8b",
"llama3-70b-8192", "llama3-70b-8192",
"llama3-8b-8192", "llama3-8b-8192",
@ -21,4 +23,5 @@ var ModelList = []string{
"mixtral-8x7b-32768", "mixtral-8x7b-32768",
"distil-whisper-large-v3-en", "distil-whisper-large-v3-en",
"whisper-large-v3", "whisper-large-v3",
"whisper-large-v3-turbo",
} }