mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
llama: fix runner api example url in README.md (#8307)
This commit is contained in:
parent
2d33c4e97d
commit
3919f4ba3d
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://lo
|
|||
### Embeddings
|
||||
|
||||
```
|
||||
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "turn me into an embedding"}' http://localhost:8080/embeddings
|
||||
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "turn me into an embedding"}' http://localhost:8080/embedding
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue