Skip to content

Commit fda7925

Browse files
committed
-
1 parent f32dca1 commit fda7925

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/features/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ llms --chat request.json "Override prompt"
267267

268268
`llms` now accepts [OpenAI-compatible Chat Completion requests](https://platform.openai.com/docs/api-reference/chat/create) via standard input, making it easy to integrate into shell pipelines and scripts.
269269

270-
When JSON is piped in, `llms` detects it automatically no extra flags needed:
270+
When JSON is piped in, `llms` detects it automatically - no extra flags needed:
271271

272272
```bash
273273
cat request.json | llms

content/docs/latest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [browser docs](/docs/features/browser) for more details.
2626

2727
`llms` now accepts [OpenAI-compatible Chat Completion requests](https://platform.openai.com/docs/api-reference/chat/create) via standard input, making it easy to integrate into shell pipelines and scripts.
2828

29-
When JSON is piped in, `llms` detects it automatically no extra flags needed:
29+
When JSON is piped in, `llms` detects it automatically - no extra flags needed:
3030

3131
```bash
3232
cat request.json | llms

0 commit comments

Comments
 (0)