Update test_elevenlabs.php for direct logging
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user