Skip to content

Commit 8e6f232

Browse files
authored
Update tracing docs to be correct (openai#146)
Incorrect docs. Closes openai#121
2 parents ed9d66b + 83503d8 commit 8e6f232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/agents/tracing/processors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(
4040
"""
4141
Args:
4242
api_key: The API key for the "Authorization" header. Defaults to
43-
`os.environ["OPENAI_TRACE_API_KEY"]` if not provided.
43+
`os.environ["OPENAI_API_KEY"]` if not provided.
4444
organization: The OpenAI organization to use. Defaults to
4545
`os.environ["OPENAI_ORG_ID"]` if not provided.
4646
project: The OpenAI project to use. Defaults to

0 commit comments

Comments
 (0)