From 505c4430506818135d66d8403242a160e5d66d35 Mon Sep 17 00:00:00 2001 From: mtayfur Date: Wed, 15 Oct 2025 14:33:33 +0300 Subject: [PATCH] Update README.md to enhance clarity on privacy and cost considerations; restructure sections for better readability and add relevant details. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb24629..c32a3ee 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,17 @@ A long-term memory system that learns from conversations and personalizes responses without requiring external APIs or tokens. -## Important Notice +## ⚠️ Important Notices -**Privacy Consideration:** This system shares user messages and stored memories with your configured LLM for memory consolidation and retrieval operations. All data is processed through Open WebUI's built-in models using your existing configuration. No data is sent to external services beyond what your LLM provider configuration already allows. +**🔒 Privacy & Data Sharing:** +- User messages and stored memories are shared with your configured LLM for memory consolidation and retrieval +- If using remote embedding models (like OpenAI text-embedding-3-small), memories will also be sent to those external providers +- All data is processed through Open WebUI's built-in models using your existing configuration + +**💰 Cost & Model Requirements:** +- The system uses complex prompts and sends relevant memories to the LLM, which increase token usage and costs +- Requires public models configured in OpenWebUI - you can use any public model ID from your instance +- **Recommended cost-effective models:** `gpt-5-nano`, `gemini-2.5-flash-lite`, `qwen3-instruct`, or your local LLMs ## Core Features