forked from third-party-mirrors/ollama
llama/server
./server -model <model binary>
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
llama/server
./server -model <model binary>
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/