LlmProviderKey
Store LLM Provider's ApiKey
Store LLM Provider's ApiKey
post/v1/private/llm-provider-key
Request body
Example request
{
"provider_name": "ollama",
"auth_config": {
"token_url": "https://developer.api.example.com/authentication/v1/token",
"token_field": "access_token",
"expires_field": "expires_in"
}
}Response
Created
Changes
Changed in 1 of the 59 revisions of this API.1
- ○
added the new optional request property
new-optional-request-property
- ○