Code QuizBeginner

Initializing the client

Find the wrong keyword argument used to pass the API key.

Codepython
from openai import OpenAI

client = OpenAI(key="sk-abc123")

What is the bug when initializing the client?