Files
2026-01-23 11:34:20 +08:00

7 lines
193 B
Bash
Executable File

#!/usr/bin/env bash
curl --request POST \
--url http://localhost:8080/embedding \
--header "Content-Type: application/json" \
--data '{"input": "Hello world today"}' \
--silent