From ca4643092f207ea2153330668e8ec3ccc7aad34c Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 5 Jul 2025 00:12:52 +0000 Subject: [PATCH] removed WS protocol token, since WS connections are unreliable --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 98a4c14..c03549d 100644 --- a/.env.example +++ b/.env.example @@ -5,5 +5,4 @@ ONLY_LOCAL_REPLIES="true" # reply to only users locally on your instance OLLAMA_URL="http://localhost:11434" # OLLAMA connection URL OLLAMA_SYSTEM_PROMPT="" # system prompt - used to help tune the responses from the AI OLLAMA_MODEL="" # Ollama model for responses e.g dolphin-mistral:latest -INSTANCE_BEARER_TOKEN="" # instance auth/bearer token (check the "verify_credentials" endpoint request headers in Chrome DevTools if on Soapbox) -SOAPBOX_WS_PROTOCOL="" # this is the header required to authenticate to the websocket. No idea why Soapbox does it like this. You can get it in the request headers for the socket in Chrome DevTools \ No newline at end of file +INSTANCE_BEARER_TOKEN="" # instance auth/bearer token (check the "verify_credentials" endpoint request headers in Chrome DevTools if on Soapbox) \ No newline at end of file