fix: row-textarea upload img

This commit is contained in:
jialin
2026-03-26 17:59:33 +08:00
committed by jialin
parent c74118e913
commit 08330e0b82
6 changed files with 163 additions and 116 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ export const rerankerQuery = async (
model: string;
query: string;
top_n: number;
documents: string[];
documents: any[];
},
options?: any
) => {
@@ -57,7 +57,7 @@ export const handleEmbedding = async (
model: string;
encoding_format?: string;
dimensions?: number;
input: string[];
input?: any[];
messages?: {
role: string;
content: Array<{