mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-14 10:11:01 +00:00
26 lines
333 B
Markdown
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
|
|
```
|