This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogOrganizationService.
update_llm_endpoint
update_llm_endpoint(id: <nil>, title: <nil>, token: <nil>, description: <nil>, provider: <nil>, base_url: <nil>, llm_organization: <nil>, llm_model: <nil>, workspace_ids: <nil>) ->
CatalogLlmEndpoint
Update an existing LLM endpoint.
Parameters
name | type | description |
---|---|---|
id | Identifier of the LLM endpoint | |
title | User-facing title of the LLM Provider | |
token | The token to use to connect to the LLM provider. If not provided, the existing token will be preserved. | |
description | User-facing description of the LLM endpoint | |
provider | LLM provider name (e.g., "openai") | |
base_url | Base URL for custom LLM endpoint | |
llm_organization | LLM organization identifier | |
llm_model | LLM default model override | |
workspace_ids | List of workspace IDs for which LLM endpoint is valid. If empty, it is valid for all workspaces. |
Returns
type | description |
---|---|
CatalogLlmEndpoint | Updated LLM endpoint |