Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I think that your '-t' flag here is passing the literal text to the model. In other words you asked to analyze_threat_report against the string "section_25.txt" -- which makes no sense. Read your error message that way and see if that makes sense. |
Beta Was this translation helpful? Give feedback.
-
Try this: it will read the text file with cat, call the fabric pattern, then save the output to another text file. Cat section_25.txt | fabric -p analyze_threat_report | tee section_25_fabric_analyze_threat_report.txt |
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 must have missed something, but the -t flag doesn't seem to work with files. The error message is below. It's running on Ubuntu 22.04 (WSL-2)
Beta Was this translation helpful? Give feedback.
All reactions