Enhance OpenAI TTS: add gpt-4o-mini-tts support with instructions parameter

This commit is contained in:
2026-05-13 02:36:46 +02:00
parent fc02d2001c
commit 19975917c5
6 changed files with 20 additions and 5 deletions

View File

@@ -39,6 +39,7 @@ export interface TTSOptions {
voice?: string;
model?: string;
speedFactor?: number;
instructions?: string;
}
export interface TTSProviderConfig {