Update LLM configuration.
curl --request PATCH \ --url https://app.docs.bynesoft.com/api/users/llms/{name} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "name": "<string>", "apiKey": "<string>", "url": "<string>", "requestSchema": "<string>", "maxTokensNumber": 123 }'
This response does not have an example.
Successful Response