Replies: 1 comment 4 replies
-
It seems like there might be a misunderstanding in how you're executing the command. Instead of submitting it as a question, you should execute it directly. Here's the corrected command: Get-Clipboard | fabric --model mistral:latest --pattern extract_wisdom Allow me to explain this command:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think Mistral is trying to tell me how to fix it but I'm not sure what it means.
Replace
"myAppName"
and"myKeyPath"
with the name of your Fabric application and the path to the key file, respectively. This PowerShell script saves the clipboard content as a variable, then uses Fabric'sUploadText
method to upload that text to your Fabric application.As for the "extract_wisdom" pattern you mentioned, it appears to be specific to Fabric and not something that is built into PowerShell or the Fabric CLI. You would need to consult the Fabric documentation to understand what that pattern does exactly.
Beta Was this translation helpful? Give feedback.
All reactions