feat: playground rerank

This commit is contained in:
jialin
2024-10-14 10:27:46 +08:00
parent ecc683a6bd
commit 4c3dddc486
31 changed files with 1579 additions and 140 deletions
+1
View File
@@ -7,6 +7,7 @@ export interface ModelSelectionItem extends Global.BaseOption<string> {
export interface MessageItem {
role: string;
content: string;
title?: string;
imgs?: { uid: string | number; dataUrl: string }[];
uid: number;
}