We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9fe42 commit 0b30cb2Copy full SHA for 0b30cb2
README.md
@@ -23,19 +23,13 @@ This plugin adds support for the `arxiv:` fragment prefix. You can use it to loa
23
24
```bash
25
# Load by ID (new format)
26
-llm fragment arxiv:2310.06825
+llm -f arxiv:2310.06825
27
28
# Load by ID (old format)
29
-llm fragment arxiv:hep-th/0101001
+llm -f arxiv:hep-th/0101001
30
31
# Load by URL
32
-llm fragment arxiv:https://arxiv.org/abs/2310.06825
33
-```
34
-
35
-You can pipe the output to LLM commands:
36
37
-```bash
38
-llm -f arxiv:2310.06825 -m claude-3-haiku "Summarize this paper"
+llm -f arxiv:https://arxiv.org/abs/2310.06825
39
```
40
41
## Development
0 commit comments