소스 검색

Update api.md

Jeffrey Morgan 11 달 전
부모
커밋
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.
 
-\* If a model is loaded completely into system memory, `size_vram` is omitted from the response.
-
 #### Examples
 
 ### Request
+
 ```shell
 curl http://localhost:11434/api/ps
 ```
@@ -1080,4 +1079,4 @@ A single JSON object will be returned.
     }
   ]
 }
-```
+```