Spaces:
Running
Running
chore: remove unused API key configurations from .env.example
Browse files- .env.example +0 -11
.env.example
CHANGED
@@ -1,13 +1,2 @@
|
|
1 |
-
XAI_API_KEY=""
|
2 |
-
OPENAI_API_KEY=
|
3 |
DATABASE_URL="postgresql://username:password@host:port/database"
|
4 |
-
|
5 |
-
|
6 |
-
# Official or compatible endpoint
|
7 |
-
OPENAI_API_KEY=""
|
8 |
-
OPENAI_BASE_URL="" # optional – leave blank to use api.openai.com
|
9 |
-
# When pointing to Azure: OPENAI_BASE_URL=https://<resource>.openai.azure.com/openai/deployments/<deployment-name>
|
10 |
-
# Optional extra headers as JSON, eg: {"api-key":"abc","organization":"org_xyz"}
|
11 |
-
OPENAI_EXTRA_HEADERS=""
|
12 |
-
|
13 |
HF_TOKEN=
|
|
|
|
|
|
|
1 |
DATABASE_URL="postgresql://username:password@host:port/database"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
HF_TOKEN=
|