mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
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:
parent
061fa70907
commit
bdac541d1e
5 changed files with 23 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue