Files
20260512-skg-tk/api/.env.example
2026-05-13 20:29:23 +08:00

23 lines
443 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SKG AI 网关OpenAI 兼容)
LLM_BASE_URL=https://ai.skg.com/ezlink/v1
LLM_API_KEY=
# 模型分工
ASR_MODEL=whisper-1
TRANSLATE_MODEL=gemini-2.5-flash
REWRITE_MODEL=gemini-2.5-pro
IMAGE_MODEL=gemini-3-pro-image-preview
VIDEO_MODEL=seedance
VIDEO_MODEL_SEEDANCE=seedance
VIDEO_MODEL_KLING=kling
VIDEO_MODEL_VEO3=veo3
VIDEO_DURATION_FIELD=seconds
# 工作目录
JOBS_DIR=./jobs
# CORS
CORS_ORIGINS=http://localhost:4290
API_PORT=4291