View module source on GitHub

MaximAsyncOpenAIChat

class MaximAsyncOpenAIChat(AsyncChat)
This class represents a MaximAsyncOpenAIChat.

__init__

def __init__(client: AsyncOpenAI, logger: Logger)
This class represents a MaximAsyncOpenAIChat. Arguments:
NameDescription
clientThe client to use.
loggerThe logger to use.

completions

@property
def completions() -> MaximAsyncOpenAIChatCompletions
This property represents the completions object of MaximAsyncOpenAIChat.