Reference: Semi broken tts before refactoring
This commit is contained in:
@@ -147,6 +147,11 @@ export class OpenAITTSHandler extends ApiTTSHandlerBase {
|
||||
}
|
||||
|
||||
try {
|
||||
// Log the actual values being used - don't truncate or mask for debugging
|
||||
console.log('OpenAI TTS: Generating speech with:');
|
||||
console.log('- API Key:', this.apiKey);
|
||||
console.log('- API URL:', this.apiBaseUrl);
|
||||
|
||||
// Create request payload
|
||||
const payload = {
|
||||
model: this.voiceOptions.model || 'tts-1',
|
||||
|
||||
Reference in New Issue
Block a user