chore: audio
This commit is contained in:
@@ -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> = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user