AndrewVeee / nucleo-ai

An AI assistant beyond the chat box.
Apache License 2.0
313 stars 29 forks source link

App should fail to start if config file has errors #6

Closed AndrewVeee closed 7 months ago

AndrewVeee commented 7 months ago

If the config file isn't loaded correctly, the app prints an error message but it isn't very obvious.

It should probably stop, otherwise the app will basically look broken without the user settings.

AndrewVeee commented 7 months ago

Config loader now re-raises the exception so the app crashes if there's a config error.