Update tracing docs to be correct (#146)

Incorrect docs. Closes #121
This commit is contained in:
Rohan Mehta 2025-03-13 10:55:57 -07:00 committed by GitHub
commit 697f647e4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ class BackendSpanExporter(TracingExporter):
"""
Args:
api_key: The API key for the "Authorization" header. Defaults to
`os.environ["OPENAI_TRACE_API_KEY"]` if not provided.
`os.environ["OPENAI_API_KEY"]` if not provided.
organization: The OpenAI organization to use. Defaults to
`os.environ["OPENAI_ORG_ID"]` if not provided.
project: The OpenAI project to use. Defaults to