llm
all
Interact with Large Language Models (LLMs) via remote APIs and models that can be installed and run on your machine.
More info →Options (3)
-s, --systembooleanRun a system prompt against a file
Example:
cat {{path/to/file.py}} | llm {{[-s|--system]}} "{{Explain this code}}"-m, --modelbooleanDownload and run a prompt against a model
Example:
llm {{[-m|--model]}} {{orca-mini-3b-gguf2-q4_0}} "{{What is the capital of France?}}"-t, --templatebooleanHave an interactive chat with a specific model using a specific template
Example:
llm chat {{[-m|--model]}} {{chatgpt}} {{[-t|--template]}} {{sentient_cheesecake}}made by @shridhargupta | data from tldr-pages