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> = {
+2
View File
@@ -11,6 +11,8 @@ export interface ListItem {
model_scope_model_id: string;
embedding_only?: boolean;
ready_replicas: number;
speech_to_text?: boolean;
text_to_speech?: boolean;
replicas: number;
s3Address: string;
name: string;