Skip to content

Instantly share code, notes, and snippets.

@limcheekin
Last active July 9, 2025 05:21
Show Gist options
  • Select an option

  • Save limcheekin/2cc36190a7dbd8458417bbed8a42ce02 to your computer and use it in GitHub Desktop.

Select an option

Save limcheekin/2cc36190a7dbd8458417bbed8a42ce02 to your computer and use it in GitHub Desktop.
.env file of Verbi
TRANSCRIPTION_MODEL="fastwhisperapi"
RESPONSE_MODEL="localai"
TTS_MODEL="localai"
OPENAI_API_KEY="OPENAI_API_KEY"
GROQ_API_KEY="GROQ_API_KEY"
DEEPGRAM_API_KEY="DEEPGRAM_API_KEY"
ELEVENLABS_API_KEY="ELEVENLABS_API_KEY"
CARTESIA_API_KEY="CARTESIA_API_KEY"
LOCAL_MODEL_PATH=path/to/local/model
LOCALAI_BASE_URL="http://192.168.1.111:8888/v1"
FAST_WHISPER_API_BASE_URL="http://192.168.1.111:5000"
TTS_API_MODEL="neutral"
TTS_API_VOICE="neutral"
LOCALAI_TTS_BACKEND="vall-e-x"
@kevinMEH
Copy link

kevinMEH commented Jul 8, 2025

Hello @limcheekin , your API key is currently being exposed through this GitHub Gist. I strongly recommend deleting this Gist, and invalidating the API key. Thank you.

@limcheekin
Copy link
Author

@kevinMEH Thanks man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment