mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Files not file
This commit is contained in:
parent
fa34d7d452
commit
963d85325d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue