Skip to content

llm

Access large language models from the command-line

Package Information

  • Domain: llm.datasette.io
  • Name: llm
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install llm

Programs

This package provides the following executable programs:

  • llm

Available Versions

Show all 32 versions
  • 0.27.1, 0.27.0, 0.26.0, 0.25.0, 0.24.2
  • 0.24.1, 0.24.0, 0.23.0, 0.22.0, 0.21.0
  • 0.20.0, 0.19.1, 0.19.0, 0.18.0, 0.17.1
  • 0.17.0, 0.16.0, 0.15.0, 0.14.0, 0.13.1
  • 0.13.0, 0.12.0, 0.11.2, 0.11.1, 0.11.0
  • 0.10.0, 0.9.0, 0.8.1, 0.8.0, 0.7.1
  • 0.7.0, 0.6.1

Latest Version: 0.27.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) llm -- $SHELL -i

Dependencies

This package depends on:

  • python.org~3.11

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.llm

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.