dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
487 stars 23 forks source link

Issues with connections #19

Closed tadq closed 9 months ago

tadq commented 9 months ago

Since I am using ollama over network connections from time to time I get start up error message that server is not available. But server was just slow to respond or had temporary network issue.

Does oatmeal try few times to reconnect? It would be nice if it would retry at least few times before giving up.

dustinblackman commented 9 months ago

Fixed in v0.8.0. Thanks!