From 223a84feb98ee5e63a925a66af032b9e888409b2 Mon Sep 17 00:00:00 2001 From: Tim Jagenberg Date: Fri, 4 Jul 2025 22:34:35 +0200 Subject: [PATCH] Update TheVoices Usage in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e50f46a..d58a7b4 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ For example in Zed: "TheVoices": { "source": "custom", "command": { - "path": "uvx thevoices", - "args": [], + "path": "uvx", + "args": ["https://git.jagenberg.info/tim/TheVoices.git"], "env": { "LITELLM_MODEL": "openai/gpt-4.1", "ANTHROPIC_API_KEY": "YOUR_API_KEY",