chore: speech to text

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent f24aef300b
commit c3473673da
47 changed files with 3364 additions and 904 deletions
+2
View File
@@ -43,6 +43,8 @@ export const rerankerQuery = async (
export const handleEmbedding = async (
params: {
model: string;
encoding_format?: string;
dimensions?: number;
input: string[];
},
options?: any