We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open_ai
1 parent f6a6a18 commit 3c40788Copy full SHA for 3c40788
lib/torus/embeddings/open_ai.ex
@@ -21,7 +21,7 @@ if Code.ensure_loaded?(Req) do
21
end
22
```
23
24
- - Add an API token for hugging face to your `runtime.exs`. You can get your token [here](https://huggingface.co/settings/tokens).
+ - Add an API token for OpenAI to your `runtime.exs`. You can get your token [here](https://platform.openai.com/api-keys).
25
26
```elixir
27
config :torus, Torus.Embeddings.OpenAI, token: System.get_env("OPEN_AI_API_KEY")
0 commit comments