Skip to content

Commit

Permalink
Support streaming responses
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Nov 2, 2023
1 parent d7a99cb commit a244279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/open_ai_client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ defmodule OpenAiClient do
:method,
retry_delay: nil,
retry_log_level: nil,
into: nil,
retry: :transient,
openai_organization: default_organization(),
base_url: default_base_url(),
Expand Down

0 comments on commit a244279

Please sign in to comment.