gwy-exam/server/.env.example

10 lines
303 B
Plaintext
Raw Permalink 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.

# 服务端口与数据目录(可选,默认 3000 与 server/data
PORT=3000
# DATA_DIR=./data
# AI 讲解OpenAI 兼容 Chat Completions不配置时讲解自动回退题库解析
AI_BASE_URL=https://api.deepseek.com
AI_API_KEY=sk-xxxxxxxx
AI_MODEL=deepseek-v4-flash
# AI_TIMEOUT_MS=20000