docs: clarify PYTHON_BIN validation rules in env example.

This commit is contained in:
K
2026-05-03 17:26:42 +05:30
parent 4c69ee4fc1
commit 6af7b05c53
+4 -2
View File
@@ -7,5 +7,7 @@ GROQ_API_KEY=your_groq_api_key_here
# Server port (optional, defaults to 5000) # Server port (optional, defaults to 5000)
PORT=5000 PORT=5000
# Python bin (for venv); optional # Python interpreter for the retrieval daemon (optional, defaults to "python").
PYTHON_BIN=/path/to/bin/python # Must be "python", "python3", or an absolute path to a Python 3 executable.
# Do not set this to an arbitrary binary -- the value is validated on startup.
# PYTHON_BIN=/path/to/venv/bin/python3