You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same question about the definition of .env file. It looks like the file provides the environment variables needed for the program to work properly.
Since I installed the program through pip and I want to use cuda backend, I checked backend/open_webui/env.py and found that USE_CUDA_DOCKER controls whether to test and use cuda backend. So for pip users, maybe simply setting the env var to true would enable cuda backend( at least for me it works). So maybe there've other important env var definitions that's not mentioned in .env.example. For pip users it may cause confusions.
I'd be happy if anyone could give some clues how I can find the definition of .env and all env var usages.
Much appreciation to the developers and contributors for their dedicated work. Warm regards!
Suggestion
Hi, its nice software but i quick question.
Can someone tell me all possible values we can use in .env
Also how to use .env when we install using pip.
Its not in documentation.
Regards
The text was updated successfully, but these errors were encountered: