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
Hello, new this, but able to get ollama running with mistral, and chatd on windows 11 out of the box.
I tried the suggestion of explicitly defining path on line 149 of api.js
const worker = new Worker('c:/chatd/chatd-win32-x64/src/service/worker.js');
as opposed to the relative path, but no joy. Open to suggestions, appreciate any time you can spare.
The text was updated successfully, but these errors were encountered:
Hello, new this, but able to get ollama running with mistral, and chatd on windows 11 out of the box.
I tried the suggestion of explicitly defining path on line 149 of api.js
const worker = new Worker('c:/chatd/chatd-win32-x64/src/service/worker.js');
as opposed to the relative path, but no joy. Open to suggestions, appreciate any time you can spare.
The text was updated successfully, but these errors were encountered: