forked from enricoros/big-AGI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
38 lines (31 loc) · 1.43 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# [Recommended, optional] Postgres Database (for server-side storage, see prisma/schema.prisma)
POSTGRES_PRISMA_URL=
POSTGRES_URL_NON_POOLING=
# [Recommended for local deployments] Backend API key for OpenAI, so that users don't need one (UI > this > '')
OPENAI_API_KEY=
# [Optional] 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
# NOTE: if set both Anthropic and OpenAI "vendors" will be redirected to Helicone
HELICONE_API_KEY=
# [Optional] Azure OpenAI Service credentials for the server-side (if set, both must be set)
AZURE_OPENAI_API_ENDPOINT=
AZURE_OPENAI_API_KEY=
# [Optional] Anthropic credentials for the server-side
ANTHROPIC_API_KEY=
# [Optional] OpenRouter
OPENROUTER_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=