Hello,
I have jupyterlab 4.2.1 installed with jupyter-ai 2.15.0.
With gpt4all v1.3.0 groovy installed, I get the error while running any command on the chat prompt:
FileNotFoundError: Model file does not exist: WindowsPath('C:/Users/shivendra.sharma/.cache/gpt4all/ggml-gpt4all-j-v1.3-groovy.gguf')
When actually gpt4all was installed through pip successfully. How can I resolve this error? Removing and installing the model did not fix the error.