Improve web ui
This commit is contained in:
@@ -15,6 +15,10 @@ export interface Assistant {
|
||||
configMode?: 'platform' | 'dify' | 'fastgpt' | 'none';
|
||||
apiUrl?: string;
|
||||
apiKey?: string;
|
||||
llmModelId?: string;
|
||||
asrModelId?: string;
|
||||
embeddingModelId?: string;
|
||||
rerankModelId?: string;
|
||||
}
|
||||
|
||||
export interface Voice {
|
||||
@@ -116,6 +120,7 @@ export enum TabValue {
|
||||
GLOBAL = 'global',
|
||||
VOICE = 'voice',
|
||||
TOOLS = 'tools',
|
||||
KNOWLEDGE = 'knowledge',
|
||||
LINK = 'link'
|
||||
}
|
||||
|
||||
@@ -166,4 +171,4 @@ export interface ASRModel {
|
||||
language: string;
|
||||
baseUrl: string;
|
||||
apiKey: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user