Rename OPENAI_API_KEY to HERMES_OPENAI_API_KEY in configuration and codebase for clarity and to avoid conflicts. Update related documentation and error messages to reflect the new key name, ensuring backward compatibility with existing setups.

This commit is contained in:
teknium1
2026-02-17 03:11:17 -08:00
parent 061fa70907
commit bdac541d1e
5 changed files with 23 additions and 19 deletions

View File

@@ -143,12 +143,13 @@ BROWSER_INACTIVITY_TIMEOUT=120
# Contains full conversation history in trajectory format for debugging/replay
# =============================================================================
# VOICE TRANSCRIPTION (Speech-to-Text)
# VOICE TRANSCRIPTION & OPENAI TTS
# =============================================================================
# Required for automatic voice message transcription on messaging platforms.
# Uses OpenAI's Whisper API directly (not via OpenRouter).
# Required for voice message transcription (Whisper) and OpenAI TTS voices.
# Uses OpenAI's API directly (not via OpenRouter).
# Named HERMES_OPENAI_API_KEY to avoid interference with OpenRouter.
# Get at: https://platform.openai.com/api-keys
OPENAI_API_KEY=
HERMES_OPENAI_API_KEY=
# =============================================================================
# SLACK INTEGRATION