MCPcopy
hub / github.com/di-sukharev/opencommit / OllamaConfig

Interface OllamaConfig

src/engine/ollama.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { AiEngine, AiEngineConfig } from './Engine';
6
7interface OllamaConfig extends AiEngineConfig {
8 ollamaThink?: boolean;
9}
10
11const DEFAULT_OLLAMA_URL = 'http://localhost:11434';
12const OLLAMA_CHAT_PATH = '/api/chat';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…