From dce18779a2b1a22287740e4187797427183f4d09 Mon Sep 17 00:00:00 2001 From: alpha-nerd Date: Wed, 1 Apr 2026 12:23:21 +0200 Subject: [PATCH] README.md aktualisiert update new repo location --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c855ee0..a396006 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ Or install directly via pip from git: ```bash # Core only -pip install "git+https://github.com/nomyo-ai/async-semantic-llm-cache.git" +pip install "git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" # With extras — use PEP 508 @ syntax (extras after the URL don't work with pip) -pip install "semantic-llm-cache[semantic] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git" -pip install "semantic-llm-cache[redis] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git" -pip install "semantic-llm-cache[all] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git" +pip install "semantic-llm-cache[semantic] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.gitt" +pip install "semantic-llm-cache[redis] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" +pip install "semantic-llm-cache[all] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git" ``` ## Quick Start