-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #209, #222, #372, and #386 # ENOENT, ENOTEMPTY, TypeError: Cannot read properties of undefined (reading 'split') #373
base: main
Are you sure you want to change the base?
Conversation
That solved it for me. |
add error handling when being requested w/o model
set the initial value of the model to the first model in the installed models.
Fixed the issue here as well, got the "reading 'split'" problem on Ubuntu 22.04.2 LTS, and this seem to have fixed it. |
I got this problem (iMac). What am I supposed to do to fix this? /Users/ik/.npm/_npx/3c737cbb02d79cc9/node_modules/dalai/index.js:219 TypeError: Cannot read properties of undefined (reading 'split') Node.js v18.16.0 |
@Topzie As for now, install my repo by replacing |
Thank you very much, can confirm it's working now. |
@watarungurunnn I ran |
@BossDaily |
@watarungurunnn Doing |
okay I got it working by doing |
This fixes #209, #222, #372, and #386