11 lines
329 B
Plaintext
11 lines
329 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
|