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

This commit is contained in:
Ubaldo Porcheddu 2025-01-04 23:45:16 +00:00 committed by GitHub
parent 2d33c4e97d
commit 3919f4ba3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```