Find the wrong keyword argument used to pass the API key.
from openai import OpenAI client = OpenAI(key="sk-abc123")
What is the bug when initializing the client?