18 lines
530 B
Plaintext
18 lines
530 B
Plaintext
# GPT API. Keep the real value only on the VPS at deploy/.env.production.
|
|
OPENAI_API_KEY=
|
|
GPT_TEXT_MODEL=gpt-5.5
|
|
GPT_IMAGE_MODEL=gpt-image-2
|
|
GPT_API_BASE=https://api.openai.com/v1
|
|
|
|
# Seedance video generation.
|
|
SEEDANCE_API_KEY=
|
|
SEEDANCE_MODEL=doubao-seedance-2-0-260128
|
|
SEEDANCE_API_BASE=https://ark.cn-beijing.volces.com/api/v3
|
|
|
|
# Web login. Keep real values only on the VPS at deploy/.env.production.
|
|
WEB_AUTH_USERNAME=
|
|
WEB_AUTH_PASSWORD=
|
|
WEB_AUTH_SESSION_SECRET=
|
|
WEB_AUTH_COOKIE_NAME=ai_toy_session
|
|
WEB_AUTH_COOKIE_SECURE=true
|