This was a workshop I gave in my https://llm.datasette.io/ CLI tool. What other CLI tools are people using to work with LLMs in the terminal? There one comment here about https://github.com/paul-gauthier/aider and Ollama is probably the most widely used CLI tool at the moment: https://github.com/ollama/ollama/blob/main/README.md#quickst...
$ openai api chat.completions.create -g 'user' 'say hello' -m 'gpt-3.5-turbo'
$ Hello! How can I assist you today?