Skip to content

Commit

Permalink
Merge pull request #1258 from tuergeist/readme-patch-1
Browse files Browse the repository at this point in the history
Minor README fix and additional Example
  • Loading branch information
eugeis authored Jan 18, 2025
2 parents e46c588 + e558d53 commit c2fad4d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,15 @@ pbpaste | fabric --stream --pattern analyze_claims
fabric -y "https://youtube.com/watch?v=uXs-zPc63kM" --stream --pattern extract_wisdom
```

4. Create patterns- you must create a .md file with the pattern and save it to ~/.config/fabric/patterns/[yourpatternname].

4. Create patterns- you must create a .md file with the pattern and save it to `~/.config/fabric/patterns/[yourpatternname]`.


5. Run a `analyze_claims` pattern on a website. Fabric uses Jina AI to scrape the URL into markdown format before sending it to the model.

```bash
fabric -u https://github.com/danielmiessler/fabric/ -p analyze_claims
```

## Just use the Patterns

Expand Down Expand Up @@ -474,7 +482,6 @@ When you're ready to use them, copy them into:

You can then use them like any other Patterns, but they won't be public unless you explicitly submit them as Pull Requests to the Fabric project. So don't worry—they're private to you.

This feature works with all openai and ollama models but does NOT work with claude. You can specify your model with the -m flag

## Helper Apps

Expand Down

0 comments on commit c2fad4d

Please sign in to comment.