/codespaces-llm

Codespaces with LLM pre-configured using GitHub models

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