项目文件夹

文件
2023-06-17 22:33:38 +01:00

33 行
825 B
Markdown

# LLM
[![PyPI](https://img.shields.io/pypi/v/llm.svg)](https://pypi.org/project/llm/)
[![Changelog](https://img.shields.io/github/v/release/simonw/llm?include_prereleases&label=changelog)](https://llm.datasette.io/en/stable/changelog.html)
[![Tests](https://github.com/simonw/llm/workflows/Test/badge.svg)](https://github.com/simonw/llm/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/llm/blob/master/LICENSE)
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
```