mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-07-24 21:41:04 +02:00
chore: drop PAGEINDEX_API_KEY from the .env comment — the library never reads it
This commit is contained in:
parent
6567e7a198
commit
6a451ea98f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue