瀏覽代碼

Update api.md

Jeffrey Morgan 10 月之前
父節點
當前提交
943172cbf4
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      docs/api.md

+ 2 - 3
docs/api.md

@@ -1044,11 +1044,10 @@ GET /api/ps
 
 
 List models that are currently loaded into memory.
 List models that are currently loaded into memory.
 
 
-\* If a model is loaded completely into system memory, `size_vram` is omitted from the response.
-
 #### Examples
 #### Examples
 
 
 ### Request
 ### Request
+
 ```shell
 ```shell
 curl http://localhost:11434/api/ps
 curl http://localhost:11434/api/ps
 ```
 ```
@@ -1080,4 +1079,4 @@ A single JSON object will be returned.
     }
     }
   ]
   ]
 }
 }
-```
+```