Update api.md

This commit is contained in:
Jeffrey Morgan 2024-06-08 23:04:32 -07:00 committed by GitHub
parent 85169e8d6f
commit 943172cbf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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