项目文件夹

文件
Simon Willison bac4810b61 Update index.md
2023-06-17 13:21:47 +01:00

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
```