set -x | |
curl \ | |
--request POST \ | |
--url http://localhost:4999 \ | |
--header 'Content-Type: application/json' \ | |
--data '{"inputs": "Please embed me"}' \ | |
-w "\n" | |
set -x | |
curl \ | |
--request POST \ | |
--url http://localhost:4999 \ | |
--header 'Content-Type: application/json' \ | |
--data '{"inputs": "Please embed me"}' \ | |
-w "\n" | |