瀏覽代碼

Update api.md

Jeffrey Morgan 1 年之前
父節點
當前提交
b886bec3f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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..."
 }'
 ```