chore: audio

This commit is contained in:
jialin
2024-11-25 20:07:17 +08:00
parent 961d420c95
commit 7fcd005f06
13 changed files with 159 additions and 151 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ export const ollamaModelOptions = [
export const backendOptionsMap = {
llamaBox: 'llama-box',
vllm: 'vllm'
vllm: 'vllm',
voxBox: 'vox-box'
};
export const modelSourceMap: Record<string, string> = {