diff --git a/src/agents/__init__.py b/src/agents/__init__.py index d6ff56d40..e7ba817ba 100644 --- a/src/agents/__init__.py +++ b/src/agents/__init__.py @@ -138,7 +138,7 @@ def set_default_openai_key(key: str, use_for_tracing: bool = True) -> None: - """Set the default OpenAI API key to use for LLM requests (and optionally tracing(). This is + """Set the default OpenAI API key to use for LLM requests (and optionally tracing()). This is only necessary if the OPENAI_API_KEY environment variable is not already set. If provided, this key will be used instead of the OPENAI_API_KEY environment variable.