Files
gmTouringMiniApp/files/归档/server/.env.example
T

7 lines
166 B
Bash
Raw Normal View History

2026-07-30 16:04:34 +08:00
OPENAI_API_KEY=
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=
LLM_TIMEOUT_SECONDS=45
LLM_MODE=mock
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173