From f39bfadf52e430d73c886b4900356184ddef05ff Mon Sep 17 00:00:00 2001 From: alex_z46 Date: Tue, 4 Aug 2026 19:32:00 +0000 Subject: [PATCH] Replace real IPs with localhost in example.env --- example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.env b/example.env index 66537ad..391fd91 100644 --- a/example.env +++ b/example.env @@ -5,8 +5,8 @@ TONE_URL=http://localhost:8003/transcribe GIGAAM_URL=http://localhost:8001/transcribe # Qwen3.5-4B Punctuation Service -QWEN_URL=http://178.17.143.46:8080/v1/chat/completions -QWEN_URL_FALLBACK=http://192.168.10.101:8888/v1/chat/completions +QWEN_URL=http://localhost:8080/v1/chat/completions +QWEN_URL_FALLBACK=http://localhost:8888/v1/chat/completions QWEN_API_KEY=your_qwen_api_key_here QWEN_MODEL=Qwen3.5-4B-Q5_K_M.gguf QWEN_MODEL_FALLBACK=Qwen3.5-4B-MTP-GGUF