Hi all, I tried to enable jupyter-ai by default for our users by adding the below settings in etc/overrides.json
"@jupyterlab/completer-extension:inline-completer": {
"providers": {
"@jupyterlab/jupyter-ai": {
"enabled": true
}
}
}
However this crashes jupyterlab after deploying the jupyter image build, and there is no useful logs from the pod. Am I missing something or is this not supported for jupyter-ai?