Skip to content

solrevdev/codespaces-llm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

codespaces-llm

This repository provides a GitHub Codespaces environment with LLM, Python 3.13, Node.js, .NET SDK, 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.

Additional Tools Available

The codespace also includes:

  • Node.js (latest) for JavaScript/TypeScript development
  • .NET SDK (latest) for C# development with the C# VS Code extension
  • Python 3.13 with uv package manager

Try these commands to verify the installations:

node --version
dotnet --version
python --version

About

Codespaces with LLM pre-configured using GitHub models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published