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
477 stars 23 forks source link

Panic #71

Open DrewRidley opened 4 months ago

DrewRidley commented 4 months ago
RUST_BACKTRACE=1 oatmeal

Backtrace (most recent call first):
  File "<unknown>", line 0, in __libc_start_call_main
  File "<unknown>", line 0, in __libc_start_main_alias_2

The application panicked (crashed).
  index out of bounds: the len is 0 but the index is 0
in src/domain/services/app_state.rs, line 93

Hey all, running oatmeal on Fedora with asahi linux seems to cause a panic. I am trying to use ollama here and it is running and working as expected.

Any insight into the nature of the above panic would be much appreciated.

Thanks.