Felipe97/llama-cpp-compiled
01.1k
1#!/usr/bin/env bash2curl --request POST \3 --url http://localhost:8080/embedding \4 --header "Content-Type: application/json" \5 --data '{"input": "Hello world today"}' \6 --silent7 1#!/usr/bin/env bash2curl --request POST \3 --url http://localhost:8080/embedding \4 --header "Content-Type: application/json" \5 --data '{"input": "Hello world today"}' \6 --silent7