You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Open the connection with the model
await gpt4all.open();
The above await never resolves and the connection never opens, no errors are thrown. I have succefsuflly dowloaded the model and the executable (The model is a .bin file). Using node js v 17.0.0
Os Mac Catalina - Version: 10.15.6 (19G73)
The text was updated successfully, but these errors were encountered:
// Open the connection with the model
await gpt4all.open();
The above await never resolves and the connection never opens, no errors are thrown. I have succefsuflly dowloaded the model and the executable (The model is a .bin file). Using node js v 17.0.0
Os Mac Catalina - Version: 10.15.6 (19G73)
The text was updated successfully, but these errors were encountered: