README.md aktualisiert

fix: url typo
This commit is contained in:
Alpha Nerd 2026-04-01 12:25:47 +02:00
parent 30f127449e
commit a9a75eadf8

View file

@ -58,7 +58,7 @@ Or install directly via pip from 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://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.gitt"
pip install "semantic-llm-cache[semantic] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git"
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"
```