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

10 Topics 97 Posts
  • OpenWebUI - Package Updates

    Pinned
    19
    1 Votes
    19 Posts
    573 Views
    nebulonN

    [0.11.5]

    Update OpenWebUI to 0.1.124 Full changelog Improved Chat Sidebar: Now conveniently displays time ranges and organizes chats by today, yesterday, and more. Citations in RAG Feature: Easily track the context fed to the LLM with added citations in the RAG feature. Auth Disable Option: Introducing the ability to disable authentication. Set 'WEBUI_AUTH' to False to disable authentication. Note: Only applicable for fresh installations without existing users. Enhanced YouTube RAG Pipeline: Now supports non-English videos for an enriched experience. Specify OpenAI TTS Models: Customize your TTS experience by specifying OpenAI TTS models. Additional Environment Variables: Discover more environment variables in our comprehensive documentation at Open WebUI Documentation (https://docs.openwebui.com). Language Support: Arabic, Finnish, and Hindi added; Improved support for German, Vietnamese, and Chinese. Model Selector Styling: Addressed styling issues for improved user experience. Warning Messages: Resolved backend warning messages. Title Generation: Limited output to 50 tokens.
  • The advanced settings are reset every time

    15
    2 Votes
    15 Posts
    269 Views
    girishG

    @TheMoodBoardz yeah, from what I understood from the code, most of the settings are not stored in the database. I think you can open a bug upstream for thse.

    I wrote about this here - https://github.com/open-webui/open-webui/issues/1135#issuecomment-2092652900

  • Should ollama be part of this app package?

    19
    6 Votes
    19 Posts
    941 Views
    JOduMonTJ

    personally I disabled the ollama local, because my Cloudron doesnt have GPU and on CPU it is too painfull.
    in exchange; I activated a bunch of Providers API compatible with OpenAI
    but at the end I realized that I just need OpenRouter to access all of them.
    image.png

    with OpenRouter, you could even block providers that logs your queries;
    which I will Feature Request for Open-WebUI
    image.png

  • Access Ollama Base URL from n8n

    Solved
    6
    1 Votes
    6 Posts
    215 Views
    W

    @girish Perfect thank you! This actually made it work for me!

    Steps:
    Generate an API key in your OpenWebUI.

    Add the header Authorization: Bearer {{api_key}} to a post request to {{OpenWebUI_URL}}/ollama/api/generate and a body of

    { "model": "llama2", "prompt": "Why is the sky blue?" }

    From there I get the response via the api.

    To use it with n8n I can just use the regular request node.

    The URL

    {{OpenWebUI_URL}}/ollama/

    gets forwarded to the internal Ollama endpoint. So if you want to access other aspects of the Ollama api you can just use their documentation at https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion.

    In the docs replace "localhost:11434/api/" with "{{OpenWebUI_URL}}/ollama/api/"

  • The models load in the void

    6
    1 Votes
    6 Posts
    200 Views
    girishG

    Just saw this post - LLaMA Now Goes Faster on CPUs

  • Can't open web UI

    Solved
    3
    1 Votes
    3 Posts
    145 Views
    Dennis4720 0D

    Correct, problem was solved shortly after posting this.

  • let's collect some metrics

    17
    4 Votes
    17 Posts
    327 Views
    L

    One thing I would like to have as an option is a bell sound when the generation has completed. It helps me be productive elsewhere instead of waiting.

    Oh, I would suggest overriding the initial memory allocation and ramping it up to as much RAM as you can spare.

  • 3 Votes
    7 Posts
    138 Views
    L

    @jdaviescoates I think you tried the mixtral one already. How about one of the puffin or orca models?

  • Changing the admin password doesn't work

    Solved
    2
    0 Votes
    2 Posts
    39 Views
    jdaviescoatesJ

    Doh!

    It does work, I just hadn't scrolled down to see the all important Update password button!

    image.png

  • Various configuration issues

    3
    0 Votes
    3 Posts
    123 Views
    girishG

    @LoudLemur said in Various configuration issues:

    Cloudron's instructions say to change the password and email. You can change the password OK, but I don't think there is a field to change the email address.

    I can confirm this. There is actually no way to change the email. Can you report/ask this upstream and link it here? Thanks.