llm/docs/index.md
2023-07-06 20:38:12 -07:00

949 B

LLM

PyPI Changelog Tests License

A command-line utility for interacting with Large Language Models, such as OpenAI's GPT series.

Quick start

# Install LLM
pip install llm
# Or use: brew install simonw/llm/llm

# Paste your OpenAI API key into this:
llm keys set openai

# Run a prompt
llm "Ten fun names for a pet pelican"

Contents

---
maxdepth: 3
---
setup
usage
python-api
templates
logging
plugins
tutorial-model-plugin
help
contributing
changelog