From f14751bca7506652d4120c8c8f032ee3ef720629 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:26:19 +0200 Subject: [PATCH] Clarify UI running instructions in README Updated instructions to include setting LLM_API_KEY before running the UI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41bd1d4ea..30f829c93 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ You can also cognify your files and query using cognee UI. ### Running the UI -Try cognee UI by running ``` cognee-cli -ui ``` command on your terminal. +Try cognee UI by setting LLM_API_KEY and running ``` cognee-cli -ui ``` command on your terminal. ## Understand our architecture