Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jun 28, 2024
1 parent 111ff73 commit da1630d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,20 @@ So you need to set the following environment variables to be able to use Easy Le

### Sample Notebooks

You can find Jupyter notebooks with example code in the `notebooks` directory.
You can find Jupyter notebooks with example code in the `notebooks` directory.
The notebooks demonstrate how to use Easy Letters to generate application letter drafts.

### Supported Models

Easy Letters currently supports the following models:

| Model | Type |
|----------------------------------|-----------------|
| GPT-3.5 Turbo | Text Generation |
| GPT-4o | Text Generation |
| Text Embedding 3 (Small Variant) | Text Embedding |
| Text Embedding 3 (Large Variant) | Text Embedding |

## TODO

- [ ] Add support for Anthropic models and API
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "easy-letters"
version = "0.1.2"
version = "0.1.3"
description = "A Python package for generating draft application letters using generative AI"
authors = ["Hassan Abedi <[email protected]>"]
readme = "README.md"
Expand All @@ -12,13 +12,11 @@ python = "^3.10"
pylint = "^3.0.3"
pytest = "^8.0.1"
jupyter = "^1.0.0"
seaborn = "^0.13.2"
pandas = "^2.2.1"
pytest-cov = "^5.0.0"
openai = "^1.16.1"
qdrant-client = "^1.8.2"
tiktoken = "^0.7.0"
fastparquet = "^2024.2.0"
poetry-dynamic-versioning = "^1.4.0"

[build-system]
Expand Down

0 comments on commit da1630d

Please sign in to comment.