llm/docs/index.md

27 lines
333 B
Markdown
Raw Normal View History

# 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
2023-06-17 07:40:46 +00:00
templates
logging
contributing
2023-06-16 08:06:30 +00:00
changelog
```