mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
Update api.md
This commit is contained in:
parent
85169e8d6f
commit
943172cbf4
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
|||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue