From d46269927bdcb705201b8045544d020d21da5487 Mon Sep 17 00:00:00 2001 From: Adrian Lyjak Date: Fri, 23 Jan 2026 12:42:52 -0500 Subject: [PATCH] improve .env documentation comment (#182) --- .env.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..9bbcfcf --- /dev/null +++ b/.env.template @@ -0,0 +1,5 @@ +# Copy to .env and add any secrets here. +# Note: To use LlamaCloud services, add `llama_cloud = true` under [tool.llamadeploy] +# in pyproject.toml. This allows llamactl to prompt you to log in and automatically +# inject the API key into your process (no need to add LLAMA_CLOUD_API_KEY here). +# OPENAI_API_KEY=sk-xxx