Jeffry Samuel
Jeffry Samuel
Are you using the Flatpak version of Alpaca?
The I can explain what is happening here, you have two installations of Ollama, one at a system level and one that is sandboxed, the sandboxed can't start because the...
The Ollama installation you have on your system can't be managed by Alpaca, you are not using a managed instance
Can you send me the response text by going to the context menu and selecting copy?
As you can see not even GitHub handles this markdown correctly, I think we can blame this on the model being weird
the thought thing is fixed for next version
Hi thanks for the interest, in all honesty 99% of the work is already done, I just need to add the dependency for the Flatpak version and uncomment all the...
I've been trying to install the Japanese voices but they don't seem to work. About making them optional, the models themselves can be handled the same way as any other...
Hi thanks for the suggestion, GTK4 apps normally don't use tray icons, Gnome doesn't support them either without an extension so I'm not sure if I want to do this....
make sure the lxml module is in the json you are using to compile ``` { "name": "python3-lxml", "buildsystem": "simple", "build-commands": [ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"lxml>=5.3.0\"...