update README.md API reference

This commit is contained in:
Jeffrey Morgan 2023-07-12 19:16:28 -07:00
parent 787d965331
commit 304f419429

View file

@ -104,5 +104,5 @@ curl -X POST http://localhost:11343/api/pull -d '{"model": "orca"}'
Complete a prompt
```
curl -X POST http://localhost:11434/api/generate -d '{"model": "orca", "prompt": "hello!", "stream": true}'
curl -X POST http://localhost:11434/api/generate -d '{"model": "orca", "prompt": "hello!"}'
```