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.
1 parent 85d119b commit 2c1e35aCopy full SHA for 2c1e35a
src/agents/__init__.py
@@ -138,7 +138,7 @@
138
139
140
def set_default_openai_key(key: str, use_for_tracing: bool = True) -> None:
141
- """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
142
only necessary if the OPENAI_API_KEY environment variable is not already set.
143
144
If provided, this key will be used instead of the OPENAI_API_KEY environment variable.
0 commit comments