Skip to content

Commit

Permalink
docs: remove duplicate word (#17483)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz authored Jan 11, 2025
1 parent 76a7539 commit 0fca89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0fca89a

Please sign in to comment.