Nicolas Pereira
Nicolas Pereira
congratulations, this devika project is an amazing piece of art! All changes made to [hqnicolas devika](https://github.com/hqnicolas/devika) Remove the Ollama server from docker compose _EDIT:_ **docker-compose.yaml** ``` version: "3.9" services: devika-backend-engine:...
tesded with AMD RDNA2 on ubuntu 22.04 and 23.10
fix for #2891 tesded with AMD RDNA2 on ubuntu 22.04 and 23.10
Branch: Develop #28170 change the text field options format to object with values and labels to be correct translated from __() command inside the multiselect field type Search using "="...
Branch: V14-hotfix #28170 change the text field options format to object with values and labels to be correct translated from __() command inside the multiselect field type
## the filter "in" stop working when frappe are translated ## v14 search filter interface **Output of `bench version`** ``` bench --version 5.0.0-dev ``` ## Steps to reproduce the issue...
this pull request is just an example it fixes the api compatibility for continue.dev to be controlled by openwebui Also disabled Version check (it need to be fixed and i'm...
I would like to have a feature that integrates the Outspeed SDK https://github.com/outspeed-ai/outspeed https://github.com/fishaudio/fish-speech The Outspeed SDK is a PyTorch-inspired SDK for building real-time AI applications on voice and video...
change the ``` RUN curl -fsSL https://astral.sh/uv/install.sh | sudo -E bash - ``` to : ``` RUN curl -LsSf https://github.com/astral-sh/uv/releases/download/0.1.42/uv-installer.sh | sudo -E bash - ```