Skip to content

How to get Openwebui environment variables #582

Answered by Alirexaa
max2020204 asked this question in Q&A
Discussion options

You must be logged in to vote

You should use the configureContainer parameter of WithOpenWebUI:

var ollama = builder.AddOllama("ollama")
    .WithDataVolume()
    .WithOpenWebUI(c =>
    {
        //configure open web ui here
        c.WithEnvironment("Key", "Value");
    });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@max2020204
Comment options

Answer selected by Alirexaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants