echodict/llama.cpp
version https://git-lfs.github.com/spec/v1 oid sha256:cfc44b7ba25614df70e6b65e3341cae0310163bd32fd31a6b928a542df433faf size 30786
0773
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 