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