Files
20260512-skg-tk/api/.env.example

16 lines
404 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.
# 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
# 工作目录
JOBS_DIR=./jobs
# CORS
CORS_ORIGINS=http://localhost:4290
# 端口(启动用 uvicorn --port 4291 覆盖)
API_PORT=4291