Unverified Commit 3919f4ba authored by Ubaldo Porcheddu's avatar Ubaldo Porcheddu Committed by GitHub
Browse files

llama: fix runner api example url in README.md (#8307)

parent 2d33c4e9
......@@ -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
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment