View module source on GitHub

MaximOpenAIAsyncClient

class MaximOpenAIAsyncClient()
This class represents a MaximOpenAIAsyncClient.

__init__

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

chat

@property
def chat() -> MaximAsyncOpenAIChat
This property represents the chat object of MaximOpenAIAsyncClient.