Skip to content

Commit 3c40788

Browse files
committed
Fix typo in open_ai embedder docs
1 parent f6a6a18 commit 3c40788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/torus/embeddings/open_ai.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if Code.ensure_loaded?(Req) do
2121
end
2222
```
2323
24-
- Add an API token for hugging face to your `runtime.exs`. You can get your token [here](https://huggingface.co/settings/tokens).
24+
- Add an API token for OpenAI to your `runtime.exs`. You can get your token [here](https://platform.openai.com/api-keys).
2525
2626
```elixir
2727
config :torus, Torus.Embeddings.OpenAI, token: System.get_env("OPEN_AI_API_KEY")

0 commit comments

Comments
 (0)