Selaa lähdekoodia

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

Ubaldo Porcheddu 3 kuukautta sitten
vanhempi
commit
3919f4ba3d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      llama/runner/README.md

+ 1 - 1
llama/runner/README.md

@@ -17,5 +17,5 @@ curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://lo
 ### Embeddings
 ### 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
 ```
 ```