---
date: "2024-04-04T19:22:11.000Z"
title: "2024-04-04"
draft: false
---

Today, I learned about Command-R model series from [Cohere](https://cohere.com/) from Shawn's great AI newsletter ([ainews](https://buttondown.email/ainews)).
I searched to see if a plugin was available for `llm` and Simon had literally [authored one](https://github.com/simonw/llm-command-r/) 8(!) hours earlier.
Folks like you keep me inspired and motivated 🙏.
No better workflow out there that I know of:

```sh
llm install llm-command-r

llm -m r-plus hello
Error: No key found - add one using 'llm keys set cohere' or set the COHERE_API_KEY environment variable

llm keys set cohere
Enter key: ...

llm -m r-plus "hi, who am I speaking with?"
You are speaking with Coral, an AI chatbot trained to assist users by providing thorough responses. How can I help you today?
```