Skip to content

Commit 50d6a26

Browse files
authored
Update llm.md
1 parent 828f5d1 commit 50d6a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/llm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ However, I was running into a few challenges with token limits, and usage limits
2020
llm "Tell me a joke"
2121
```
2222

23+
### Introduction - what is LLM?
24+
25+
[LLM](https://github.com/simonw/llm) is a CLI tool and Python library for interacting with OpenAI, Anthropic’s Claude, Google’s Gemini, Meta’s Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. It's extensible via a vast array of plugins, but supports OpenAI's models out of the box, and ["OpenAI-API-compatible" models via a configuration file](https://llm.datasette.io/en/stable/other-models.html). Because Azure OpenAI models are "OpenAI-API-compatible, I opted for the simple approach using the basic `llm` tool with no plugins, and the configuration file.
2326

2427
### 1. Installation
2528

0 commit comments

Comments
 (0)