I can't get fabric -y to work #1151
Replies: 4 comments 4 replies
-
Your script needs to be formed in parts: 1. Generate transcription | 2. Take transcription and process using Fabric AI Note there is a pipe | in between each part so the output of part 1 becomes the input parameter for part 2. The correct command is as follows: fabric -y | fabric -p extract_wisdom There may be other flags and pop parameters depending on your requirements as this will not output a file or save to the clipboard. |
Beta Was this translation helpful? Give feedback.
-
Just after you install you need to enter fabric -U to download latest patterns. Is your api connected correctly? What is your default model? |
Beta Was this translation helpful? Give feedback.
-
Also, I had an issue when I first installed that my environmental variables were configured in bashrc or whatever terminal emulator shell you use such as zsh. |
Beta Was this translation helpful? Give feedback.
-
hey guys! thank you very much for your answers! My setup: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to


extract_wisdom
from a youtube video usingfabric -y https://www.youtube.com/watch\?v\=WxYC9-hBM_g\&t\=48s --pattern extract_wisdom
but I get a weird response:It seems that fabric (or something else) is not correctly passing the transcript from the video correctly through the pattern; I found that running
fabric -y https://www.youtube.com/watch\?v\=WxYC9-hBM_g\&t\=48s
without--pattern extract_wisdom
returns the whole transcript of the video, but for some reason the patterns is not workingAny ideas on how to correctly configure it so I can get the answer I'm looking for?
Beta Was this translation helpful? Give feedback.
All reactions