We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af879e + fb8e5c2 commit 1e8930dCopy full SHA for 1e8930d
README.md
@@ -30,6 +30,8 @@ source env/bin/activate
30
pip install openai-agents
31
```
32
33
+For voice support, install with the optional `voice` group: `pip install openai-agents[voice]`.
34
+
35
## Hello world example
36
37
```python
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openai-agents"
3
-version = "0.0.5"
+version = "0.0.6"
4
description = "OpenAI Agents SDK"
5
readme = "README.md"
6
requires-python = ">=3.9"
0 commit comments