mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-13 14:37:07 +00:00
9 lines
156 B
Markdown
9 lines
156 B
Markdown
# `llama/server`
|
|
|
|
```
|
|
./server -model <model binary>
|
|
```
|
|
|
|
```
|
|
curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
|
|
``` |