Skip to content

Commit

Permalink
The second revision (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi authored Mar 1, 2025
1 parent 8e7b9d4 commit fe29fc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Publish to PyPI

on:
workflow_dispatch: # Enable manual runs
tag:
- 'v*' # Run on version tags
push:
tags:
- 'v*' # Trigger on version tags

jobs:

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ The main idea is to speed up the process of writing application letters by not s
Instead, an applicant could generate a draft letter that can be used as a starting point and customized as needed
to make the final letter.

The diagram below shows the high-level workflow of how Easy Letters can be used to generate draft application
letters.
The diagram below shows the workflow of the naive RAG pipeline that the current version of Easy Letters can be used
to implement.

![Easy Letters Workflow](assets/workflow.svg)

> [!NOTE]
> At the moment, Easy Letters only supports text generation and text embedding models from OpenAI.
> However, the library is designed to be extensible, so more features and models can be added in the future versions.
### Installation

```bash
Expand Down Expand Up @@ -69,9 +73,6 @@ Easy Letters currently supports the following models:
| Text Embedding 3 (Small Variant) | Text Embedding | OpenAI |
| Text Embedding 3 (Large Variant) | Text Embedding | OpenAI |

> [!NOTE]
> At the moment, Easy Letters only supports text generation and text embedding models from OpenAI.
### License

Easy Letters is available under the MIT license ([LICENSE](LICENSE)).

0 comments on commit fe29fc4

Please sign in to comment.