Files
xly/server/.env.example

9 lines
305 B
Plaintext

SERVER_PORT=8181
AI_PROVIDER_NAME=OpenAI Compatible
AI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
AI_CHAT_PATH=/v1/chat/completions
AI_MODEL=qwen3.5-397b-a17b
AI_API_KEY=sk-028de7b23ecb47fc8c4bd069679b8420
AI_TIMEOUT_SECONDS=60
WEB_ALLOWED_ORIGINS=http://127.0.0.1:5174,http://localhost:5174