Update test_elevenlabs.php for direct logging

This commit is contained in:
Hamza-Ayed
2026-05-22 16:52:15 +03:00
parent eb291014ba
commit ae1f66ae6e
+1 -1
View File
@@ -50,7 +50,7 @@ if (empty($elApiKey)) {
exit(1); exit(1);
} }
echo "ℹ️ [Config] API Key starts with: " . substr($elApiKey, 0, 6) . "...\n"; echo "ℹ️ [Config] API Key length: " . strlen($elApiKey) . ", starts with: " . substr($elApiKey, 0, 6) . "..., ends with: " . substr($elApiKey, -4) . "\n";
// 2. Execute Test Voice Generation using ElevenLabs // 2. Execute Test Voice Generation using ElevenLabs
echo "\n--- Generating Speech with ElevenLabs ---\n"; echo "\n--- Generating Speech with ElevenLabs ---\n";