WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Bugs/39 language detection update the settings #62

Closed Rossi1337 closed 2 weeks ago

Rossi1337 commented 2 weeks ago

Introduce into the langauge settings drop down box a new option "System" that will automatically detect the system language and adapt to it. Switched from "device_local" to "language_code" package as the first one did not work reliable for me on Windows.

Fixes #39