Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/virattt/dexter
/ OllamaModel
Interface
OllamaModel
src/utils/ollama.ts:5–9 ·
view source on GitHub ↗
* Ollama API utilities
Source
from the content-addressed store, hash-verified
3
*/
4
5
interface
OllamaModel {
6
name: string;
7
modified_at: string;
8
size: number;
9
}
10
11
interface
OllamaTagsResponse {
12
models: OllamaModel[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected