fix(agent): pass dummy apiKey for Ollama provider registration #116
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user