4c96de6 68b896e 4c96de6
1
2
3
4
5
6
7
8
9
10
#!/bin/sh set -x curl \ --request POST \ --url http://localhost:4999 \ --header 'Content-Type: application/json' \ --data '{"inputs": ["Please embed me", "En en en mij ook, alsjeblieft !!!"]}' \ -w "\n"