Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am non-technical, but attempting to set up fabric on my Mac. I saw some old tutorial videos, but those appear to be out of date with the transition from Python to Go. Good news is that I've set up Fabric and can prompt using pbpaste (e.g., copying text from a website
pbpaste | fabric -m llama3:latest -sp extract_wisdom
). However, I run into issues with the following:'Requested Model =
Default Model =
Default Vendor = .
Please run, fabric --setup, and select default model and vendor.'
I've set llama3 to default when using 'fabric -d', but this doesn't appear to fix anything. I've seen some discussion forums wrt issues w llama run locally, but mine works fine, it just needs to be in the command.
yt --transcript https://www.youtube.com/watch?v=UbDyjIIGaxQ | fabric -m llama3:latest -sp extract_wisdom
If I run with quotations:
yt --transcript "https://www.youtube.com/watch?v=UbDyjIIGaxQ" | fabric -m llama3:latest -sp extract_wisdom
In both instances I get an output from fabric saying "I'm ready to extract valuable insights from the input. Please provide the text content..." Note that I have tried both of the above with '-y' instead of '-yt' also I have added my YT API key to fabric and set it up in my environment via
export YOUTUBE_API_KEY="YOUR_API_KEY"
Apologies if these appear obvious, I've tried to look through the existing discussions but keep running into some minor snags. Any help would be greatly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions