Update asr library preview
This commit is contained in:
@@ -176,8 +176,13 @@ export interface LLMModel {
|
||||
export interface ASRModel {
|
||||
id: string;
|
||||
name: string;
|
||||
vendor: 'OpenAI Compatible';
|
||||
vendor: string;
|
||||
language: string;
|
||||
baseUrl: string;
|
||||
apiKey: string;
|
||||
modelName?: string;
|
||||
hotwords?: string[];
|
||||
enablePunctuation?: boolean;
|
||||
enableNormalization?: boolean;
|
||||
enabled?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user