Jun Siang Cheah
Jun Siang Cheah
Not an issue with the data. Melchio's element buff raw parameters: 5,0,0,0,0,0,3,130 Melchio's attack raw parameters: 1,2,3,200,100,0,0,0,0 Aneil's attack raw parameters: 1,2,4,190,50,0,0,0,0 The first 3 integers of the attack parameters...
Yes, the thunder element is missing.
We are likely to change this to pushing images to quay.io instead of Docker Hub, since Docker Hub doesn't really have a nice way for authenticating robots (other than, create...
Thanks for the report. Will investigate if the installation instructions are still up to date. Note to self: CI uses standalone kustomize v3, kubectl ships with kustomize v2. `make deploy`...
Do you have a screenshot of what it says?
It's technically 4 `0x00` bytes encoded as base64, I don't believe it should ever change from that value.
Stack trace is from the Intel drivers, so looks like it's trying to initialise the iGPU instead of the NVIDIA dGPU.
Done the field rename, and also added settings UI for updating the model info.
Not quite what was asked for with OAuth/OIDC for the actual auth, but I've yolo'd in a patch for my own use case with trusted headers, https://github.com/open-webui/open-webui/compare/dev...cheahjs:open-webui-fork:feat/trusted-email-header ~~Users will still...
Given the newly merged trusted email header feature, Open WebUI doesn't support federated auth by itself, but it can offload auth to a authenticating proxy. Some example compose stacks (these...