In the page: OpenAI Platform
The python code refers to the object as client and then references it as openai instead
from openai import OpenAI
client = OpenAI()
my_assistant = openai.beta.assistants.retrieve(“asst_abc123”)
print(my_assistant)
The openai should be swapped with client