gwy-exam/server/.env.example

10 lines
304 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.

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