Update tracing docs to be correct
This commit is contained in:
parent
691be07339
commit
4db24bdb3c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class BackendSpanExporter(TracingExporter):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
api_key: The API key for the "Authorization" header. Defaults to
|
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
|
organization: The OpenAI organization to use. Defaults to
|
||||||
`os.environ["OPENAI_ORG_ID"]` if not provided.
|
`os.environ["OPENAI_ORG_ID"]` if not provided.
|
||||||
project: The OpenAI project to use. Defaults to
|
project: The OpenAI project to use. Defaults to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue