Default AI API Key Dictionary. You can override this with a custom implementation by creating a sub-class of this class and doing whatever you want in that class Make sure any sub-class implementation is registered with the RegisterClass decorator and a priority higher than 1.

Constructors

Properties

_apiKeyPrefix: "AI_VENDOR_API_KEY__" = 'AI_VENDOR_API_KEY__'
_cachedAPIKeys: {
    [key: string]: string;
} = {}

Type declaration

  • [key: string]: string

Methods