A simple LLM chat wrapper for those of us who live in the terminal.
$ npm i -g llm-cliThis will add the global llm shell command.
To get started just use the chat command:
$ llm chatWhen you first use llm-cli you will then be prompted to set up your default preset. Presets are just predefined model configurations you can use for convenience. Once your default config is set up you will enter a chat conversation with the model set up in your default preset.
Use llm help to see all other options.