open-webui / docs

https://docs.openwebui.com
https://docs.openwebui.com
48 stars 64 forks source link

Update env-configuration.md with correct case #106

Closed mindspawn closed 3 weeks ago

mindspawn commented 3 weeks ago

Using capitalized values leads to errors, such as CUDA libraries failing to load in the CUDA Docker container due to improper setup of LD_LIBRARY_PATH. A longer-term consistency review of boolean casing in configurations is recommended.

mindspawn commented 3 weeks ago

Fixed with this instead: https://github.com/open-webui/open-webui/pull/2937