Update llm library web interface

This commit is contained in:
Xin Wang
2026-02-08 23:55:40 +08:00
parent 6462c4f432
commit be68e335f1
6 changed files with 614 additions and 187 deletions

View File

@@ -170,7 +170,10 @@ export interface LLMModel {
type: 'text' | 'embedding' | 'rerank';
baseUrl: string;
apiKey: string;
modelName?: string;
temperature?: number;
contextLength?: number;
enabled?: boolean;
}
export interface ASRModel {