RobertCrummett/mistral-cli
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a simple CLI for the Mistral LLMs. I just got sick of using bloated, over-engineered CLIs provided by these companies (not just Mistral - everyone). This CLI is a simple way to have a conversation with an LLM from the terminal with a CONTEXT.md file that you can control, manipulate, etc. Requires the environment variable MISTRAL_API_KEY to be set. You can read the source code to figure out basically everything else. This program is segfaulting sometimes. I suspect that it has to do with me not handling UTF-8 at all. No license provided~