diff --git a/apps/gateway/src/agent/provider.service.ts b/apps/gateway/src/agent/provider.service.ts index 336f775..9b84df3 100644 --- a/apps/gateway/src/agent/provider.service.ts +++ b/apps/gateway/src/agent/provider.service.ts @@ -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,