diff --git a/docs/tech/tools/cli/fabric.md b/docs/tech/tools/cli/fabric.md new file mode 100644 index 0000000000..396b77cea8 --- /dev/null +++ b/docs/tech/tools/cli/fabric.md @@ -0,0 +1,25 @@ +# Fabric + +| What | Where | +| ------------- | -------------------------------------- | +| Source | | + +## 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 +```