llm/docs/index.md
Simon Willison 144ffc3f6b Prompt templates
Closes #23
2023-06-17 08:40:46 +01:00

26 lines
333 B
Markdown

# llm
A command-line utility for interacting with Large Language Models, such as OpenAI's GPT series.
**Quick start**:
```
pip install llm
llm keys set openai
# Paste in your API key
llm "Ten fun names for a pet pelican"
```
**Contents**
```{toctree}
---
maxdepth: 3
---
setup
usage
templates
logging
contributing
changelog
```