Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nohzoh authored Nov 13, 2024
1 parent 26f2396 commit 3b0d994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/pop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b0d994

Please sign in to comment.