Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
View module source on GitHub
class MaximAsyncOpenAIChat(AsyncChat)
This class represents a MaximAsyncOpenAIChat.
__init__
def __init__(client: AsyncOpenAI, logger: Logger)
This class represents a MaximAsyncOpenAIChat.
Arguments:
| Name | Description |
|---|
client | The client to use. |
logger | The logger to use. |
completions
@property
def completions() -> MaximAsyncOpenAIChatCompletions
This property represents the completions object of MaximAsyncOpenAIChat.