Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

OpenWebUI

33 Topics 248 Posts
  • OpenWebUI - Package Updates

    Pinned
    62
    1 Votes
    62 Posts
    3k Views
    Package UpdatesP

    [2.5.6]

    Update OpenWebUI to 0.3.30 Full changelog Update Available Toast Dismissal: Enhanced user experience by ensuring that once the update available notification is dismissed, it won't reappear for 24 hours. Ollama /embed Form Data: Adjusted the integration inaccuracies in the /embed form data to ensure it perfectly matches with Ollama's specifications. O1 Max Completion Tokens Issue: Resolved compatibility issues with OpenAI's o1 models max_completion_tokens param to ensure smooth operation. Pip Install Database Issue: Fixed a critical issue where database changes during pip installations were reverting and not saving chat logs, now ensuring data persistence and reliability in chat operations. Chat Rename Tab Update: Fixed the functionality to change the web browser's tab title simultaneously when a chat is renamed, keeping tab titles consistent.
  • OpenWebUI + Anthropic / Claude

    Moved
    11
    2 Votes
    11 Posts
    684 Views
    P

    @nebulon I followed this advice, so I think is not a single command to run but a series of.

    Thanks a lot

    @eddowding said in OpenWebUI + Anthropic / Claude:

    You don't need to!

    Go to Workspace > Functions > Add

    Then paste in the raw code from:
    https://github.com/open-webui/pipelines/blob/main/examples/pipelines/providers/anthropic_manifold_pipeline.py

    Then click settings and enter the API key from Anthropic.

  • ETA for GPU support? Could we contribute to help it along?

    10
    3 Votes
    10 Posts
    212 Views
    LanhildL

    @robw

    If we installed the NVIDIA Ubuntu GPU drivers in the Cloudron OS and started the OpenWebUI container with the GPU switch, would it just work?

    Not necessarily, it depends on the GPU. While it may seem like a good idea, results will be very random. Also, nouveau (or whatever they're called now) drivers are the worst available out there. I've only had good results with nvidia official drivers.

    Does installing the GPU drivers interfere with Cloudron's upgrade processes? (In our case, we wouldn't mind having to manage the GPU drivers separately, we don't expect Cloudron to manage non-native additions.)

    Yes. Nvidia drivers are a pain to manage and often need debugging.

  • Resource punkt_tab not found

    Solved
    7
    0 Votes
    7 Posts
    144 Views
    nebulonN

    thanks I was able to reproduce and fix it. It will be part of the next package update

  • Web Search Issue with OpenWebUI 0.3.26

    Solved
    3
    0 Votes
    3 Posts
    29 Views
    firmansiF

    Awesome, now everything works just fine...salute for cloudron team

  • Websocket Redis Support

    2
    1 Votes
    2 Posts
    49 Views
    nebulonN

    We would have to adjust the package to pre-configure the app to use optionally redis. However this is only relevant for multi-instance setups which is anyways not the case for Cloudron and only relevant for instances with many concurrent users, which is likely not the main focus for this app on Cloudron. So so far this optional redis is out of scope.

    From the Changelog: Enhanced load balancing capabilities for multiple instance setups

  • Is the app still unstable?

    3
    1 Votes
    3 Posts
    72 Views
    girishG

    The Open Web UI project initially started out as a Ollama frontend. To run local models, one needs GPU support and Cloudron currently does not have GPU support. Over time, Open Web UI has shifed to be a frontend for OpenAI API compatible services . It is also now possible to configure Ollama in another computer which has a GPU and then point Open Web UI to use that Ollama.

    I guess we can mark this as stable since it's still useful while we figure out GPU support in Cloudron.

  • `NLTK_DATA` variable not working

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • RAG not working anymore

    3
    0 Votes
    3 Posts
    70 Views
    LanhildL

    @vladimir-d In the future, I believe we should let the app handle most of it's configuration, environment-wise.

    Variables such as RAG_EMBEDDING_MODEL, etc. are all set via the application UI and saved in the config.json file.

    Now, for the initial issue of this topic, I've solved it by resetting the embedding model engine.

  • Latest Release 0.3.16

    Solved
    4
    0 Votes
    4 Posts
    85 Views
    J

    @firmansi not needed. apps are packaged as containers that have the right dependencies

  • Problem with JSON rResponse

    1
    0 Votes
    1 Posts
    37 Views
    No one has replied
  • LiteLLM removed from OpenWebUI, requires own separate container

    5
    1 Votes
    5 Posts
    391 Views
    C

    LiteLLM is getting fairly mainstream imo (although things are moving very fast) and does more stuff than just accessing other models (load balancing, logging, spending checks…) so have a LiteLLM process started besides OpenWebUI would be useful.
    In the meantime, I've followed this specific comment (https://github.com/open-webui/open-webui/issues/3288#issuecomment-2219524566) from the thread and I was able to get the anthropic/claude models with just configuration of openwebui, so that's already a bit of a win.

  • is /data/docs the right path ?

    6
    1 Votes
    6 Posts
    794 Views
    nebulonN

    @Jack-613 this is a Cloudron related forum, so if you are not using OpenWebUI on Cloudron, then you should probably ask in the upstream project instead.

  • Something seems broken / can't download models

    Solved
    8
    0 Votes
    8 Posts
    190 Views
    J

    😖

  • Continue.dev and OpenWebUI

    3
    1 Votes
    3 Posts
    129 Views
    marioM

    Ah ok. I was under the impression that ollama was listening just on the localhost inside this app. If its not, this would work then. I'll test.

  • Which models know most about Doughnut Economics?

    10
    3 Votes
    10 Posts
    450 Views
    humptydumptyH

    @eddowding said in Which models know most about Doughnut Economics?:

    Does it matter much if you can add docs to them and have them answer intelligently?

    I tried that yesterday. It didn't help in the slightest.

  • Web Search with Searxng

    7
    2 Votes
    7 Posts
    350 Views
    J

    @taowang maybe worth reporting upstream? I think config.py is source code and not a configurable file. Even in their docker it's not stashed.

  • Using Mistral API seems broken on cloudron

    Solved
    9
    1 Votes
    9 Posts
    381 Views
    micmcM

    @shrey said in Using Mistral API seems broken on cloudron:

    @nebulon Thanks!
    Indeed, that was it.

    RAM was set at 2GB. Whereas, it seems to require a min. of 5.5GB to function.

    That's right, and if you can provide it with at least 8-16GB of RAM you will see a huge difference. These things are meant to consume large resources for now, but it's getting better.

  • 0 Votes
    3 Posts
    117 Views
    J

    I already have a volume, but I will create one more and mount it!

  • 0 Votes
    2 Posts
    105 Views
    girishG

    Dup of https://forum.cloudron.io/topic/11988/openwebui-permissions-issue-after-last-2-2-5-update-cannot-create-directory-media-ollama-vol