From 267e5b13eae05b0b2ef71ed73666724ded6d9151 Mon Sep 17 00:00:00 2001 From: GongRzhe <38748229+GongRzhe@users.noreply.github.com> Date: Thu, 15 May 2025 15:16:05 +0800 Subject: [PATCH] Update README.md (#2687) --- openmemory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmemory/README.md b/openmemory/README.md index 5433a17d..9404bdbb 100644 --- a/openmemory/README.md +++ b/openmemory/README.md @@ -9,7 +9,7 @@ OpenMemory is your personal memory layer for LLMs - private, portable, and open- - Docker and Docker Compose - Python 3.9+ (for backend development) - Node.js (for frontend development) -- OpenAI API Key (required for LLM interactions) +- OpenAI API Key (required for LLM interactions, run `cp api/.env.example api/.env` then change **OPENAI_API_KEY** to yours) ## Quickstart