Skip to content

Commit

Permalink
Merge pull request #1213 from AnirudhG07/main
Browse files Browse the repository at this point in the history
Spelling Fixes
  • Loading branch information
eugeis authored Dec 21, 2024
2 parents ae18e9d + b008d17 commit 5527dc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
> [!NOTE]
> November 8, 2024
>
> - **Multimodal Support**: You can now us `-a` (attachment) for Multimodal submissions to OpenAI models that support it. Example: `fabric -a https://path/to/image "Give me a description of this image."`
> - **Multimodal Support**: You can now use `-a` (attachment) for Multimodal submissions to OpenAI models that support it. Example: `fabric -a https://path/to/image "Give me a description of this image."`
## What and why

Expand Down
4 changes: 2 additions & 2 deletions patterns/analyze_answers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Subject: Machine Learning
```

# Example run un bash:
# Example run bash:

Copy the input query to the clipboard and execute the following command:

``` bash
```bash
xclip -selection clipboard -o | fabric -sp analize_answers
```

Expand Down
6 changes: 3 additions & 3 deletions patterns/create_quiz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Learning questionnaire generation

This pattern generates questions to help a learner/student review the main concepts of the learning objectives provided.
This pattern generates questions to help a learner/student review the main concepts of the learning objectives provided.

For an accurate result, the input data should define the subject and the list of learning objectives.

Expand All @@ -17,11 +17,11 @@ Learning Objectives:
* Define unsupervised learning
```

# Example run un bash:
# Example run bash:

Copy the input query to the clipboard and execute the following command:

``` bash
```bash
xclip -selection clipboard -o | fabric -sp create_quiz
```

Expand Down
6 changes: 3 additions & 3 deletions patterns/summarize_paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ This pattern generates a summary of an academic paper based on the provided text

Copy the paper text to the clipboard and execute the following command:

``` bash
```bash
pbpaste | fabric --pattern summarize_paper
```

or

``` bash
```bash
pbpaste | summarize_paper
```

# Example output:

``` markdown
```markdown
### Title and authors of the Paper:
**Internet of Paint (IoP): Channel Modeling and Capacity Analysis for Terahertz Electromagnetic Nanonetworks Embedded in Paint**
Authors: Lasantha Thakshila Wedage, Mehmet C. Vuran, Bernard Butler, Yevgeni Koucheryavy, Sasitharan Balasubramaniam
Expand Down

0 comments on commit 5527dc8

Please sign in to comment.