MaximAsyncOpenAIChat
__init__
| Name | Description |
|---|---|
client | The client to use. |
logger | The logger to use. |
Async_Chat utilities for openai model integration and logging utilities.
class MaximAsyncOpenAIChat(AsyncChat)
def __init__(client: AsyncOpenAI, logger: Logger)
| Name | Description |
|---|---|
client | The client to use. |
logger | The logger to use. |
@property
def completions() -> MaximAsyncOpenAIChatCompletions
Was this page helpful?