@ngx-genai/core
v0.0.1
Published
Core utilities for configuring ngx-genai packages.
Readme
@ngx-genai/core
Minimal configuration helpers shared across the ngx-genai packages.
provideAIService
import { provideAIService } from '@ngx-genai/core';
bootstrapApplication(AppComponent, {
providers: [
provideAIService({ endpoint: 'https://example.com/api/ai' })
]
});When no endpoint is provided, the helper defaults to /api/ai.
