Chat with LLMs from the command line

llm-term Chat with LLM models directly from the command line. Screen Recording Your browser does not support the video tag. Installation pipx install llm-term Usage Then, you can chat with the model directly from the command line: llm-term llm-term works with multiple LLM providers, but by default it uses OpenAI. Most providers require extra packages to be installed, so make sure you read the Providers section below. To use a different provider, you can set the --provider / -p flag:...

September 26, 2023 · 2 min · 392 words