setActiveLlmProvider()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setActiveLlmProvider
IOrganizationSettingsService.setActiveLlmProvider() method
Set active LLM provider for the organization.
Signature:
setActiveLlmProvider(provider: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
provider |
string |
id of the LLM provider to set as active for the organization. |
Returns:
Promise<void>