Install packages:
pip install open-webui mlx-lm
Start Open WebUI server:
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
~/.ssh/config, set each ssh key for each repository as in this exemple:| Render 1 | Render 2 | State Preserved? |
|---|---|---|
<>...</> |
<>{[...]}</> |
yes (in any level) |
<><>...</></> |
<>...</> |
no |
[...] |
[[...]] |
no |
[<>...</>]* |
[...] |
no |
[<>...</>]* |
<>...</> |
no |
[<>...</>]* |
<>[...]</> |
no |
[<>...</>]* |
[[...]] |
yes |
[<>...>]* |
<><>...>> |
yes |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |