Enhance OpenAI TTS: add gpt-4o-mini-tts support with instructions parameter
This commit is contained in:
@@ -39,6 +39,7 @@ export interface TTSOptions {
|
||||
voice?: string;
|
||||
model?: string;
|
||||
speedFactor?: number;
|
||||
instructions?: string;
|
||||
}
|
||||
|
||||
export interface TTSProviderConfig {
|
||||
|
||||
Reference in New Issue
Block a user