From b92dee90425d2a9bf09c337c5f1e674dd45c9fbb Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Sat, 1 Mar 2025 17:35:34 +0100 Subject: [PATCH] WIP --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5e05c..4cf95d1 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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