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

New Claude Model just released #58

Closed aislasq closed 5 months ago

aislasq commented 5 months ago

The Haiku model for Claude was just released. Good news, the model list implementation worked fine. We should update the backup array, it is not urgent though. Should I create a new PR or can we sneak it in another one? It's just this line of code.

"claude-3-haiku-20240307".to_string()

dustinblackman commented 5 months ago

A short one liner PR would be totally fine :)