You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
269
269
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:
Copy file name to clipboardExpand all lines: content/docs/latest.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ See [browser docs](/docs/features/browser) for more details.
26
26
27
27
`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.
28
28
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:
0 commit comments