Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #916

Merged
merged 3 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@

> [!NOTE]
August 20, 2024 — We have migrated to Go, and the transition has been pretty smooth! The biggest thing to know is that **the previous installation instructions in the various Fabric videos out there will no longer work** because they were for the legacy (Python) version. Check the new [install instructions](#Installation) below.
>
>
> **The following command line options were changed during the migration to Go:**
> * You now need to use the -c option instead of -C to copy the result to the clipboard.
> * You now need to use the -s option instead of -S to stream results in realtime.
> * The following command line options have been removed --agents (-a), --gui, --clearsession, --remoteOllamaServer, and --sessionlog options
> * You can now use --Setup (-S) to cofigure an Ollama server.
> * **Please be patient while our developers rewrite the gui in go**

## Intro videos

Expand Down
7 changes: 2 additions & 5 deletions patterns/suggest_pattern/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Most Common Syntax: The most common usage involves executing Fabric commands in
For Summarizing Content: `fabric --pattern summarize`
For Analyzing Claims: `fabric --pattern analyze_claims`
For Extracting Wisdom from Videos: `fabric --pattern extract_wisdom`
For Creating AI Agents: `echo "<TASK>" | fabric --agents`
For creating custom patterns: `fabric --pattern create_pattern`
- One possible place to store them is ~/.config/custom-fabric-patterns.
- Then when you want to use them, simply copy them into ~/.config/fabric/patterns.
Expand All @@ -27,19 +26,17 @@ For creating custom patterns: `fabric --pattern create_pattern`

- **--pattern PATTERN, -p PATTERN**: Specifies the pattern (prompt) to use. Useful for applying specific AI prompts to your input.

- **--agents, -a**: Creates an AI agent to perform a task based on the input. Great for automating complex tasks with AI.

- **--stream, -s**: Streams results in real-time. Ideal for getting immediate feedback from AI operations.

- **--update, -u**: Updates patterns. Ensures you're using the latest AI prompts for your tasks.

- **--model MODEL, -m MODEL**: Selects the AI model to use. Allows customization of the AI backend for different tasks.

- **--setup**: Sets up your Fabric instance. Essential for first-time users to configure Fabric correctly.
- **--setup, -S**: Sets up your Fabric instance. Essential for first-time users to configure Fabric correctly.

- **--list, -l**: Lists available patterns. Helps users discover new AI prompts for various applications.

- **--context, -c**: Uses a Context file to add context to your pattern. Enhances the relevance of AI responses by providing additional background information.
- **--context, -C**: Uses a Context file to add context to your pattern. Enhances the relevance of AI responses by providing additional background information.

# PATTERNS

Expand Down