https://github.com/567-labs/instructor/blob/121f901653f92e6d718531cc2a02151d56ad5ca3/examples/resolving-complex-entities/run.py#L11 Here's the current way to patch the client: ``` # Initialize the OpenAI client with Instructor client = instructor.from_openai(OpenAI()) ```