mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-21 23:20:22 +00:00
949 B
949 B
LLM
A command-line utility for interacting with Large Language Models, such as OpenAI's GPT series.
Quick start
# Install LLM
pip install llm
# Or use: brew install simonw/llm/llm
# Paste your OpenAI API key into this:
llm keys set openai
# Run a prompt
llm "Ten fun names for a pet pelican"
Contents
---
maxdepth: 3
---
setup
usage
python-api
templates
logging
plugins
tutorial-model-plugin
help
contributing
changelog