From 3b0d99419125c589052257ffc1dbcad5c9382204 Mon Sep 17 00:00:00 2001 From: Thomas Arnaud <38663853+Nohzoh@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:08:29 +0100 Subject: [PATCH] remove useless comment --- scripts/pop.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pop.sh b/scripts/pop.sh index 1409bf3..6914336 100755 --- a/scripts/pop.sh +++ b/scripts/pop.sh @@ -14,7 +14,6 @@ echo # URL encode the input text encoded_text=$(echo -n "$input_text" | jq -s -R -r @uri) -# Define the API endpoint, replacing YOUR_API_ENDPOINT with the actual endpoint api_endpoint="http://127.0.0.1:8000/explain" # Make the GET request