This repository provides a GitHub Codespaces environment with LLM, Python 3.13, uv and the GitHub Copilot VS Code extension.
Then try running this in a terminal:
llm "Fun facts about pelicans"LLM is configured using the llm-github-models plugin for llm.
llm models list - List the available models
llm "Tell me a joke about cats" -m github/gpt-4.1-mini
llm chat - start a chat sessionllm templates path
llm 'Summarize the following: ' --save summarize
llm -t summarize "A cat jumped over the mat"
llm 'Tell me a dad joke about $input' --save joke
llm -t joke "cats"
llm -t joke dogs
llm -t joke driving
llm templates
To prove read some text : llm -t read "I once went for a walk and it was grate but i ate chips"
To prove read text in input.txt use llm -t read < input.txt