Jan Doerntlein
Jan Doerntlein
+1 for this suggestion. On Windows, it should also be easily possible to change the default icon. This feature would help a lot making the libui-interface feel more "native".
Same issue (@gpyh) on Ubuntu 16.04 x64.
Create a file `update.sh` and make it executable `chmod a+x ./update.sh`: ```bash #!/bin/bash for container in $(docker ps | grep "farfalle-" | awk '{print $1}'); do echo $container; docker stop...
Same issue with LXC image in Proxmox. Cannot activate. @neoscaler where can I find the log pointing towards the database issue? Edit: this issue here is (at least) related https://github.com/nextcloud/nextcloudpi/issues/2037...
The output was visible on the leader board, but is now gone again. The 32B Lllama distill should be roughly en-par with claude-3.5-sonnet. However, full R1 seems to outperform all...
Same error here. To me this looks like an issue on ollama side maybe? Refer to https://github.com/ollama/ollama/issues/5909 Update: As the ollama issue suggests, I tried to change the litellm endpoint:...
Found a workaround to fix the issue... give it a try. [0001-fix-issues-89-unmarshallling-string-failed.patch](https://github.com/user-attachments/files/16922657/0001-fix-issues-89-unmarshallling-string-failed.patch)