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

View File

@@ -50,7 +50,7 @@ if (empty($elApiKey)) {
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
echo "\n--- Generating Speech with ElevenLabs ---\n";