Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Mar 1, 2025
1 parent 9247ba6 commit b92dee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ poetry install --with dev

#### API Key Setup

Easy Letters gets the API key for supported services (like OpenAI) from the environment variables.
Easy Letters gets the API key for supported services (like [OpenAI](https://platform.openai.com/)) from the environment
variables.
So you need to set the following environment variables to be able to use Easy Letters:

- `OPENAI_API_KEY`: The OpenAI API key (required)
Expand All @@ -68,7 +69,7 @@ Easy Letters currently supports the following models:
| Text Embedding 3 (Large Variant) | Text Embedding | OpenAI |

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

Expand Down

0 comments on commit b92dee9

Please sign in to comment.