-
-
Save limcheekin/2cc36190a7dbd8458417bbed8a42ce02 to your computer and use it in GitHub Desktop.
.env file of Verbi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.