# Functions
NewClient creates a new default client that uses the given session and defaults to the given model.
NewStreamingClient creates a new default streaming client that uses the given session and defaults to the given model.
# Structs
No description provided by the author
Client is a client to communicate with Open AI's completions API.
CreateParams are completion parameters.
CreateResponse is a response to a completion.
StreamingClient is a client to communicate with Open AI's completions API.