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 openplayground
Programs
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 -i
Dependencies
This package depends on:
python.org~3.11
gnu.org/bash
tea.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.