Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7c80ec + 4db24bd commit 697f647Copy full SHA for 697f647
src/agents/tracing/processors.py
@@ -40,7 +40,7 @@ def __init__(
40
"""
41
Args:
42
api_key: The API key for the "Authorization" header. Defaults to
43
- `os.environ["OPENAI_TRACE_API_KEY"]` if not provided.
+ `os.environ["OPENAI_API_KEY"]` if not provided.
44
organization: The OpenAI organization to use. Defaults to
45
`os.environ["OPENAI_ORG_ID"]` if not provided.
46
project: The OpenAI project to use. Defaults to
0 commit comments