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.
1 parent 3af879e commit fb8e5c2Copy full SHA for fb8e5c2
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