get_client
Parameters:
| Name | Description |
|---|---|
llm_config | The config for the client. Type: LLMConfig | dict[str, typing.Any] |
logger | The logger to use for logging events. Type: logging.Logger |
**kwargs | Additional arguments. Type: Any |
| Type | Description |
|---|---|
| RealtimeClientProtocol | RealtimeClientProtocol: The Realtime API client. |