Add plugins to index page, refs #49

This commit is contained in:
Simon Willison 2023-06-17 18:01:48 +01:00
parent 1be6230f1f
commit b89f0e9ecd

View file

@ -2,16 +2,21 @@
A command-line utility for interacting with Large Language Models, such as OpenAI's GPT series.
**Quick start**:
## Quick start
```
```bash
# Install LLM
pip install llm
# Or use: brew install simonw/llm/llm
# Paste your OpenAI API key into this:
llm keys set openai
# Paste in your API key
# Run a prompt
llm "Ten fun names for a pet pelican"
```
**Contents**
## Contents
```{toctree}
---
@ -21,6 +26,7 @@ setup
usage
templates
logging
plugins
help
contributing
changelog