| 5 | import { AiEngine, AiEngineConfig } from './Engine'; |
| 6 | |
| 7 | interface OllamaConfig extends AiEngineConfig { |
| 8 | ollamaThink?: boolean; |
| 9 | } |
| 10 | |
| 11 | const DEFAULT_OLLAMA_URL = 'http://localhost:11434'; |
| 12 | const OLLAMA_CHAT_PATH = '/api/chat'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…