docs(env): restore optional frontend timeout hint after PR bundle merge
This commit is contained in:
parent
1466ea2c69
commit
b1fa26cb7e
|
|
@ -78,6 +78,10 @@ DOCKER_GRAPHITI_EMBEDDER_BASE_URL=http://ollama:11434/v1
|
|||
# Docker 中的 MiroFish 容器会自动改用 openzep 服务名
|
||||
# DOCKER_ZEP_BASE_URL=http://openzep:8000/api/v2
|
||||
# 留空表示不启用 OpenZep API 鉴权
|
||||
|
||||
# ===== Frontend API timeout (optional) =====
|
||||
# Increase this value for slow local LLMs (milliseconds)
|
||||
# VITE_API_TIMEOUT=600000 # 10 minutes
|
||||
# OPENZEP_API_KEY=
|
||||
# OPENZEP_LLM_API_KEY=your_api_key_here
|
||||
# OPENZEP_LLM_BASE_URL=http://127.0.0.1:18081/v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue