View Source ExOpenAI.StreamingClient behaviour (ex_openai.ex v1.7.0)
Summary
Functions
Returns a specification to start this module under a supervisor.
Forwards the given response back to the receiver If receiver is a PID, will use GenServer.cast to send If receiver is a function, will call the function directly
Callback implementation for GenServer.init/1
.
Callbacks
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Forwards the given response back to the receiver If receiver is a PID, will use GenServer.cast to send If receiver is a function, will call the function directly
Callback implementation for GenServer.init/1
.