Skip to content

Codespaces with LLM pre-configured using GitHub models

Notifications You must be signed in to change notification settings

covolution/codespaces-llm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codespaces-llm

This repository provides a GitHub Codespaces environment with LLM, Python 3.13, uv and the GitHub Copilot VS Code extension.

Launch Codespace

Then try running this in a terminal:

llm "Fun facts about pelicans"

LLM is configured using the llm-github-models plugin for llm.

Useful commands

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 session

Templates

llm 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

Proof Read

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

About

Codespaces with LLM pre-configured using GitHub models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published