tldr-pages/tldr

Let's document: llm

Open

#11,448 opened on Nov 10, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Shell (2,507 forks)batch import
good first issuehelp wantedlet's documentnew command

Repository metrics

Stars
 (30,937 stars)
PR merge metrics
 (Avg merge 7d 5h) (321 merged PRs in 30d)

Description

Command description

A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.

It is quite a simple utility, but with a fair bit of extra functionality like embeddings or image search.

Documentation

https://llm.datasette.io/en/stable

Platform

Common

Commands

  • llm #11697
    • prompt
    • chat #21418
    • keys #21418
    • logs #21418
    • models #21418
    • templates #21418
    • aliases #21418
    • plugins #21418
    • install
    • uninstall
    • embed
    • embed-multi
    • similar
    • embed-models
    • collections
    • openai
    • fragments
    • schemas
    • tools

Contributor guide