fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
448 stars 36 forks source link

Empty response from `/api/tags` doesn't mean the "server is offline" #141

Closed fmaclen closed 2 months ago

fmaclen commented 2 months ago

This assumption is incorrect: https://github.com/fmaclen/hollama/blob/main/src/routes/sessions/%5Bid%5D/%2Bpage.svelte#L66-L71

It might make more sense to simply add serverStatus to the $settingsStore and update it accordingly.

fmaclen commented 2 months ago

Fixed by https://github.com/fmaclen/hollama/pull/159/files#diff-276a0044b7db537e1835eb8b2c20368b8a7437a3fde350198bff4db2b9e418feR54