Access large language models from the command-line
llm
$ llm 'What is the capital of France?'
$ llm -m gpt-4 'Explain quantum computing'
$ cat script.py | llm 'Find bugs in this code'