mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
25 lines
981 B
Bash
25 lines
981 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] Sets the "OpenAI-Organization" header field to support organization users (UI > this > '')
|
|
OPENAI_API_ORG_ID=
|
|
|
|
# [Optional] Set the backend host for the OpenAI API, to enable platforms such as Helicone (UI > this > api.openai.com)
|
|
OPENAI_API_HOST=
|
|
# [Optional, Helicone] Helicone API key: https://www.helicone.ai/keys
|
|
HELICONE_API_KEY=
|
|
|
|
# [Optional] Enables ElevenLabs credentials on the server side - for optional text-to-speech
|
|
ELEVENLABS_API_KEY=
|
|
ELEVENLABS_API_HOST=
|
|
ELEVENLABS_VOICE_ID=
|
|
|
|
# [Optional] Prodia credentials on the server side - for optional image generation
|
|
PRODIA_API_KEY=
|
|
|
|
# [Optional, Search] Google Cloud API Key
|
|
# https://console.cloud.google.com/apis/credentials -
|
|
GOOGLE_CLOUD_API_KEY=
|
|
# [Optional, Search] Google Custom/Programmable Search Engine ID
|
|
# https://programmablesearchengine.google.com/
|
|
GOOGLE_CSE_ID=
|