mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +00:00
Match example output to reality
Refs https://github.com/simonw/llm-fragments-github/issues/4 Refs #941
This commit is contained in:
parent
c9f64096c9
commit
fa34d7d452
1 changed files with 2 additions and 2 deletions
|
|
@ -159,13 +159,13 @@ llm fragments loaders
|
|||
Example output:
|
||||
```
|
||||
github:
|
||||
Load files from a GitHub repository as fragments.
|
||||
Load files from a GitHub repository as fragments
|
||||
|
||||
Argument is a GitHub repository URL or username/repository
|
||||
|
||||
issue:
|
||||
Fetch GitHub issue and comments as Markdown
|
||||
|
||||
argument is either "owner/repo/NUMBER"
|
||||
Argument is either "owner/repo/NUMBER"
|
||||
or "https://github.com/owner/repo/issues/NUMBER"
|
||||
```
|
||||
Loading…
Reference in a new issue