From 0fca89a172483af2c5adf4ab1a1d768ab3e26c75 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Fri, 10 Jan 2025 23:07:08 -0500 Subject: [PATCH] docs: remove duplicate word (#17483) --- docs/docs/getting_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/installation.md b/docs/docs/getting_started/installation.md index a8bc55475d31b..68273ec6cb08d 100644 --- a/docs/docs/getting_started/installation.md +++ b/docs/docs/getting_started/installation.md @@ -30,7 +30,7 @@ This is a starter bundle of packages, containing ### Important: OpenAI Environment Setup By default, we use the OpenAI `gpt-3.5-turbo` model for text generation and `text-embedding-ada-002` for retrieval and embeddings. In order to use this, you must have an OPENAI_API_KEY set up as an environment variable. -You can obtain an API key by logging into your OpenAI account and [and creating a new API key](https://platform.openai.com/account/api-keys). +You can obtain an API key by logging into your OpenAI account and [creating a new API key](https://platform.openai.com/account/api-keys). !!! tip You can also [use one of many other available LLMs](../module_guides/models/llms/usage_custom.md). You may need additional environment keys + tokens setup depending on the LLM provider.