feat: 支持 LLM 请求超时配置

This commit is contained in:
cat-shark
2026-08-13 22:01:42 +08:00
parent c16dfb380b
commit 1c6e01087b
3 changed files with 51 additions and 1 deletions
+1
View File
@@ -16,3 +16,4 @@
- `LLM_API_BASE`:兼容接口地址,默认 `http://192.168.123.70:8080/v1/chat/completions`
- `LLM_API_KEY`:可选。
- `LLM_MODEL`:默认模型,默认值 `default`
- `LLM_TIMEOUT_SECONDS`:单次请求超时,默认 `600`