Files not file

This commit is contained in:
Simon Willison 2025-04-23 07:52:17 -07:00 committed by GitHub
parent fa34d7d452
commit 963d85325d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ llm logs -c --json --expand
LLM plugins can provide custom fragment loaders which do useful things.
One example is the [llm-fragments-github plugin](https://github.com/simonw/llm-fragments-github). This can convert the file from a public GitHub repository into a list of fragments, allowing you to ask questions about the full repository.
One example is the [llm-fragments-github plugin](https://github.com/simonw/llm-fragments-github). This can convert the files from a public GitHub repository into a list of fragments, allowing you to ask questions about the full repository.
Here's how to try that out:
@ -168,4 +168,4 @@ issue:
Argument is either "owner/repo/NUMBER"
or "https://github.com/owner/repo/issues/NUMBER"
```
```