Update api.md

This commit is contained in:
Jeffrey Morgan
2024-03-07 23:27:51 -08:00
committed by GitHub
parent fc06205971
commit b886bec3f9

View File

@@ -1024,7 +1024,7 @@ Advanced parameters:
```shell
curl http://localhost:11434/api/embeddings -d '{
"model": "llama2",
"model": "all-minilm",
"prompt": "Here is an article about llamas..."
}'
```