Swapped NEUPHONIC_API_TOKEN for NEUPHONIC_API_KEY.

This commit is contained in:
Adnan Siddiquei
2025-03-13 12:10:03 +00:00
parent 0b9c4b2255
commit 08fb931ef6
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ ELEVENLABS_API_KEY=...
ELEVENLABS_VOICE_ID=...
# Neuphonic
NEUPHONIC_API_TOKEN=...
NEUPHONIC_API_KEY=...
# Fal
FAL_KEY=...

View File

@@ -38,7 +38,7 @@ try:
except ModuleNotFoundError as e:
logger.error(f"Exception: {e}")
logger.error(
"In order to use Neuphonic, you need to `pip install pipecat-ai[neuphonic]`. Also, set `NEUPHONIC_API_TOKEN` environment variable."
"In order to use Neuphonic, you need to `pip install pipecat-ai[neuphonic]`. Also, set `NEUPHONIC_API_KEY` environment variable."
)
raise Exception(f"Missing module: {e}")