CatalogOrganizationService.
update_llm_provider
update_llm_provider(llm_provider_patch: CatalogLlmProviderPatch) -> CatalogLlmProvider
Update an existing LLM provider using PATCH semantics.
Parameters
| name | type | description |
|---|---|---|
| llm_provider_patch | CatalogLlmProviderPatch | LLM provider patch object with fields to update |
Returns
| type | description |
|---|---|
| CatalogLlmProvider | Updated LLM provider |