fix(agent): pass dummy apiKey for Ollama provider registration (#116)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #116.
This commit is contained in:
2026-03-15 17:08:19 +00:00
committed by jason.woltje
parent ea524a6ba1
commit 2c60459851

View File

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