mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
11 lines
547 B
Bash
11 lines
547 B
Bash
# [Recommended for local deployments] Backend API key for OpenAI, so that users don't need one (UI > this > '')
|
|
OPENAI_API_KEY=
|
|
# [Not needed] Set the backend host for the OpenAI API, to enable platforms such as Helicone (UI > this > api.openai.com)
|
|
OPENAI_API_HOST=
|
|
# [Not needed] Sets the "OpenAI-Organization" header field to support organization users (UI > this > '')
|
|
OPENAI_API_ORG_ID=
|
|
|
|
# [Optional] Enables ElevenLabs credentials on the server side - for optional text-to-speech
|
|
ELEVENLABS_API_KEY=
|
|
ELEVENLABS_API_HOST=
|
|
ELEVENLABS_VOICE_ID= |