Browse Source

Update api.md

Jeffrey Morgan 1 year ago
parent
commit
b886bec3f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api.md

+ 1 - 1
docs/api.md

@@ -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..."
 }'
 ```