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

Terminated by SIGKILL #23

Closed kapral18 closed 9 months ago

kapral18 commented 9 months ago

CleanShot 2023-12-14 at 12 48 20

MacOS 14.1.2, M1 Max

Update:

Only happens when brew install. With cargo install works fine

dustinblackman commented 9 months ago

That's weird... The only thing I can see that caused that was my change to dtolnay's github actions as actions-rs is dead. I'll revert and retry. Thanks for reporting!

dustinblackman commented 9 months ago

Fixed in v0.9.1. Thanks!