ADD: 环境变量支持调整api timeout

This commit is contained in:
兰志宏
2025-03-04 15:12:14 +08:00
parent 3195e579d1
commit 7f625a4c58
4 changed files with 11 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ services:
- API_KEY=${API_KEY}
- API_URL=${API_URL}
- API_MODEL=${API_MODEL}
- API_TIMEOUT=${API_TIMEOUT}
volumes:
- .:/app
restart: unless-stopped