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

67 Topics 618 Posts
  • Should ollama be part of this app package?

    19
    7 Votes
    19 Posts
    6k 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: 1714667254980-1b065e93-d797-4b8a-a65e-48dbe6e00216-image.png] with OpenRouter, you could even block providers that logs your queries; which I will Feature Request for Open-WebUI [image: 1714667397659-3999b3bc-9a90-4c26-82b9-bc0eeb2fd5dc-image.png]
  • Access Ollama Base URL from n8n

    Solved
    6
    2 Votes
    6 Posts
    25k 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
    1 Votes
    6 Posts
    1k Views
    girishG
    Just saw this post - LLaMA Now Goes Faster on CPUs
  • Can't open web UI

    Solved
    3
    1 Votes
    3 Posts
    813 Views
    Dennis4720 0D
    Correct, problem was solved shortly after posting this.
  • let's collect some metrics

    17
    4 Votes
    17 Posts
    2k 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.
  • Changing the admin password doesn't work

    Solved
    2
    0 Votes
    2 Posts
    366 Views
    jdaviescoatesJ
    Doh! It does work, I just hadn't scrolled down to see the all important Update password button! [image: 1711579505762-4ff139f4-757d-45f0-9ad9-0d94e4d591b3-image.png]
  • Various configuration issues

    3
    2
    0 Votes
    3 Posts
    958 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.