MCPcopy
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
5interface OllamaModel {
6 name: string;
7 modified_at: string;
8 size: number;
9}
10
11interface OllamaTagsResponse {
12 models: OllamaModel[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected