improve .env documentation comment (#182)

This commit is contained in:
Adrian Lyjak
2026-01-23 12:42:52 -05:00
committed by GitHub
parent 6175b85429
commit 5ac61b934f
+4 -1
View File
@@ -1,2 +1,5 @@
# Copy this to .env and set any necessary secrets
# Copy to .env and add any secrets here.
# Note: LLAMA_CLOUD_API_KEY does not need to be added here. This template has
# `llama_cloud = true` set under [tool.llamadeploy] in pyproject.toml, so llamactl
# will prompt you to log in and automatically inject the API key into your process.
OPENAI_API_KEY=sk-your-openai-api-key-here