openplayground 
An LLM playground you can run on your laptop
Package Information 
- Domain: 
github.com/nat/openplayground - Name: 
openplayground - Homepage: Not specified
 - Source: View on GitHub
 
Installation 
bash
# Install with launchpad
launchpad install openplaygroundPrograms 
This package provides the following executable programs:
openplayground
Available Versions 
Show all 1 versions
2023.6.5
Latest Version: 2023.6.5
Install Specific Version 
bash
# Install specific version
sh <(curl https://pkgx.sh) openplayground -- $SHELL -iDependencies 
This package depends on:
python.org~3.11gnu.org/bashtea.xyz^0
Usage Examples 
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.openplayground
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links 
This documentation was auto-generated from package data.