Update llm library web interface
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user