Called when the API key changes. Updates all HuggingFace models on the manager to ensure the new key is used.
Parameters
newApiKey: undefined|string
Returns void
ProtectedhandleModelChanges
handleModelChanges(newModels:string[]):void
Parameters
newModels: string[]
Returns void
onStart
onStart():void
Called when the application is started. The application shell is not attached yet when this method runs.
Should return a promise if it runs asynchronously.
Called when the API key changes. Updates all HuggingFace models on the manager to ensure the new key is used.