fix(agent): pass dummy apiKey for Ollama provider registration #116

Merged
jason.woltje merged 1 commits from fix/ollama-apikey into main 2026-03-15 17:08:20 +00:00

View File

@@ -96,6 +96,7 @@ export class ProviderService implements OnModuleInit {
id: 'ollama', id: 'ollama',
name: 'Ollama', name: 'Ollama',
baseUrl: `${ollamaUrl}/v1`, baseUrl: `${ollamaUrl}/v1`,
apiKey: 'ollama',
models: modelIds.map((id) => ({ models: modelIds.map((id) => ({
id, id,
name: id, name: id,