Update voice libary key form
This commit is contained in:
@@ -30,6 +30,8 @@ export interface Voice {
|
||||
description: string;
|
||||
model?: string;
|
||||
voiceKey?: string;
|
||||
apiKey?: string;
|
||||
baseUrl?: string;
|
||||
speed?: number;
|
||||
gain?: number;
|
||||
pitch?: number;
|
||||
@@ -37,13 +39,6 @@ export interface Voice {
|
||||
isSystem?: boolean;
|
||||
}
|
||||
|
||||
export interface VendorCredential {
|
||||
vendorKey: string;
|
||||
vendorName: string;
|
||||
apiKey: string;
|
||||
baseUrl?: string;
|
||||
}
|
||||
|
||||
export interface KnowledgeBase {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user