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.
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.
> If you don't set the `AIManagement` property, the `default.url` will be used as fallback.
### Blazor UI
### Blazor WebAssembly UI
**List of packages:**
- `Volo.AIManagement.Client.Blazor`
- `Volo.AIManagement.Client.Blazor.WebAssembly`
#### Remote Endpoint URL
#### Remote Endpoint URL
The AI Management module remote endpoint URLs can be configured via the `AIManagementClientBlazorOptions`.
The AI Management module remote endpoint URLs can be configured via the `AIManagementClientBlazorOptions`.