simonw--llm
28 行
338 B
Markdown
28 行
338 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
|
|
help
|
|
contributing
|
|
changelog
|
|
```
|