Skip to content

Commit 03d8209

Browse files
committed
Update 2025-09-25_llms-py.md
1 parent 5fdac21 commit 03d8209

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MyApp/_posts/2025-09-25_llms-py.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ preferred priority - whether optimizing for cost, performance or availability.
4040
#### Option 1: PyPI Package
4141

4242
:::sh
43-
pip install lapi
43+
pip install llms-py
4444
:::
4545

4646
#### Option 2: Direct Download
@@ -91,10 +91,14 @@ llms --image photo.jpg "What's in this image?"
9191
# Use with audio
9292
llms --audio talk.mp3 "Transcribe this audio file"
9393

94+
# Use with attached file
95+
llms --file report.pdf "Summarize this PDF"
96+
9497
# With custom request template
9598
llms --chat request.json "Explain quantum computing in simple terms"
9699
llms --chat image-request.json --image photo.jpg "What's in this image?"
97100
llms --chat audio-request.json --audio talk.mp3 "Transcribe this audio file"
101+
llms --chat file-request.json --file report.pdf "Summarize this PDF"
98102

99103
# Set default model
100104
llms --default grok-4-fast
@@ -211,5 +215,5 @@ Get started today and avoid expensive cloud lock-ins with the freedom of provide
211215

212216
**Links:**
213217
- 📚 [Documentation & Examples](https://github.com/ServiceStack/llms)
214-
- 📦 [PyPI Package](https://pypi.org/project/lapi/)
218+
- 📦 [PyPI Package](https://pypi.org/project/llms-py/)
215219
- 🔧 [Source Code](https://github.com/ServiceStack/llms)

0 commit comments

Comments
 (0)