LlmSetting
Update LLM settings
Update fields of an existing LLM settings entry.
patch/llm/settings/{settings_id}
Path parameters
settings_idinteger required
ID of the LLM settings entry to update.
ID of the LLM settings entry to update.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"llm_catalog_id": 1,
"provider": "azure",
"library": "openai",
"max_tokens": 128000,
"region": "westeurope",
"args": {
"temperature": 0.2
},
"openai_resource": "my-openai-resource",
"api_version": "2024-02-01",
"deployment_name": "gpt-4o-deployment",
"endpoint": "https://my-resource.openai.azure.com",
"api_key": "sk-..."
}Response
Successful Response
{"stackTrail":"paths:/llm/settings/{settings_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}