Update api.md
This commit is contained in:
parent
fc06205971
commit
b886bec3f9
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@ Advanced parameters:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl http://localhost:11434/api/embeddings -d '{
|
curl http://localhost:11434/api/embeddings -d '{
|
||||||
"model": "llama2",
|
"model": "all-minilm",
|
||||||
"prompt": "Here is an article about llamas..."
|
"prompt": "Here is an article about llamas..."
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue