Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfab1 committed Jun 21, 2024
1 parent 4219834 commit f839f11
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/tech/tools/cli/fabric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Fabric

| What | Where |
| ------------- | -------------------------------------- |
| Source | <https://github.com/danielmiessler/fabric> |

## Examples

Pass text to fabric

``` sh
echo "Give me a list Of alt ice cream flavors" | fabric -sp ai
```

Pass video subtitles to fabric

``` sh
yt --transcript https://www.youtube.com/watch?v=UbDyjIIGaxQ | fabric -sp extract_wisdom
```

Pass web content to fabric:

``` sh
w3m -dump https://huggingface.co/blog/mlabonne/abliteration | fabric -sp extract_wisdom
```

0 comments on commit f839f11

Please sign in to comment.