Added ps() API

Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
This commit is contained in:
Amith Koujalgi 2024-07-27 20:58:53 +05:30
parent f9cf11ecdf
commit 9a2194334f

View File

@ -113,7 +113,7 @@ public class OllamaAPI {
}
/**
* List models that are currently loaded into memory.
* Provides a list of running models and details about each model currently loaded into memory.
*
* @return ModelsProcessResponse
*/