From 943172cbf4d6cc0b8682021bfc9c2d816152615d Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 8 Jun 2024 23:04:32 -0700 Subject: [PATCH] Update api.md --- docs/api.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 64bfbed8..f761f68c 100644 --- a/docs/api.md +++ b/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. } ] } -``` \ No newline at end of file +```