MaximOpenAIChat
__init__
| Name | Description |
|---|---|
client | The client to use. |
logger | The logger to use. |
Chat utilities for openai model integration and logging utilities.
class MaximOpenAIChat(Chat)
def __init__(client: OpenAI, logger: Logger)
| Name | Description |
|---|---|
client | The client to use. |
logger | The logger to use. |
@property
def completions() -> MaximOpenAIChatCompletions
Was this page helpful?