auto-save 2026-05-12 16:16 (~4)

This commit is contained in:
2026-05-12 16:16:52 +08:00
parent cc31bfeba2
commit 35b327815a
4 changed files with 130 additions and 50 deletions

View File

@@ -1,9 +1,13 @@
# Gemini API优先用 Poe 中转,按用户偏好
# Poe 网关示例GEMINI_API_BASE=https://api.poe.com/v1 + key
# Google 直连示例:留空 GEMINI_API_BASE用 google-generativeai SDK
GEMINI_API_KEY=
GEMINI_API_BASE=
GEMINI_MODEL=gemini-2.5-flash
# 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=sora-2
# 工作目录
JOBS_DIR=./jobs
@@ -11,5 +15,4 @@ JOBS_DIR=./jobs
# CORS
CORS_ORIGINS=http://localhost:4290
# 端口(启动用 uvicorn --port 4291 覆盖)
API_PORT=4291