diff --git a/docs/en/modules/ai-management/index.md b/docs/en/modules/ai-management/index.md index ac3a150885..93dbbde26f 100644 --- a/docs/en/modules/ai-management/index.md +++ b/docs/en/modules/ai-management/index.md @@ -604,9 +604,6 @@ chatComponent.off('messageSent', callbackFunction); ### Angular UI -**List of packages:** -- `@volo/abp.ng.ai-management` - #### Installation In order to configure the application to use the AI Management module, you first need to import `provideAIManagementConfig` from `@volo/abp.ng.ai-management/config` to root application configuration. Then, you will need to append it to the `appConfig` array. @@ -664,18 +661,15 @@ export const environment = { }; ``` -The AI Management module remote URL configuration shown above is optional. +The AI Management module remote URL configurations shown above are optional. > If you don't set the `AIManagement` property, the `default.url` will be used as fallback. -### Blazor UI - -**List of packages:** -- `Volo.AIManagement.Client.Blazor` -- `Volo.AIManagement.Client.Blazor.WebAssembly` +### Blazor WebAssembly UI #### Remote Endpoint URL + The AI Management module remote endpoint URLs can be configured via the `AIManagementClientBlazorOptions`. ```csharp @@ -685,8 +679,6 @@ Configure(options => }); ``` -Configure the remote service URL in your `appsettings.json`: - ```json "RemoteServices": { "Default": {