Skip to content

Commit

Permalink
fix broken link (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbellomo authored Sep 10, 2024
1 parent 370d230 commit 9aec6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ to JSON stream format).

If adapter supports it, you can pass a `response: :stream` option to return
response body as a
[Stream](https://elixir-lang.org/docs/stable/elixir/Stream.html)
[Stream](https://hexdocs.pm/elixir/main/Stream.html)

```elixir
defmodule OpenAI do
Expand Down

0 comments on commit 9aec6c4

Please sign in to comment.