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

More robust version check #71

Closed Rossi1337 closed 5 days ago

Rossi1337 commented 5 days ago

Do not fail with an exception when we cannot fetch version info from github or the platform does not support it. While developing I always get an exception on the console when starting the App. To prevent this I made the version checking more robust and skip it with a log message when we cannot reach githubt.

Rossi1337 commented 5 days ago

Improvement of #64