Results 10 comments of Bhanu

2 possibilities of error 1) I think the issue might be you didn't add sdb_path in config file properly ? if not add sdb_path in the config file 2) The...

Hello @snakers4 Spent a few hours working to pickle the model. And found a small workaround please take a look at the new commit. Cleaned up the code a bit...

Check `ls -ld /home/$USER/AppImages` does current user have permissions or is it for root only if root only has permissions give current user permissions `sudo chown -R $USER:$USER /home/$USER/AppImages`

Actually setting the min size of 5mb to download the torrent fixed this issue.

@Sanger2000 Still looking for this feature any updates? I generally proxy azure openai in the openai base format so that changing the model is easier. In Azure single deployment ==...

Looks like still broken. Trying to compile on server side. ``` error during build: [vite-plugin-sveltekit-compile] node_modules/mdsvex/dist/main.mjs (5:9): "createRequire" is not exported by "__vite-browser-external", imported by "node_modules/mdsvex/dist/main.mjs". file: /home/bhanu/repos/minimalistic-sveltekit-blog/node_modules/mdsvex/dist/main.mjs:5:9 3: import...

@jafupy you might trying for dynamic md rendering https://ssssota.github.io/svelte-exmarkdown This is a good promising project. (For those in future are facing similar issue)