chore: drop PAGEINDEX_API_KEY from the .env comment — the library never reads it

This commit is contained in:
Ray 2026-07-21 17:10:31 +08:00
parent 6567e7a198
commit 6a451ea98f

View file

@ -1,5 +1,5 @@
# pageindex/__init__.py
# Load .env first so env-based credentials (OPENAI_API_KEY, PAGEINDEX_API_KEY) are set.
# Load .env first so env-based credentials (e.g. OPENAI_API_KEY) are set.
from dotenv import load_dotenv as _load_dotenv
_load_dotenv()