chore: audio api adjust

This commit is contained in:
jialin
2024-11-27 19:35:19 +08:00
parent 230120fff5
commit 60c92b8a98
12 changed files with 73 additions and 67 deletions
+1
View File
@@ -2,6 +2,7 @@ export interface ListItem {
source: string;
backend: string;
reranker: boolean;
image_only?: boolean;
huggingface_repo_id: string;
huggingface_file_name: string;
backend_version?: string;