v0.0.6 (voice support)
This commit is contained in:
parent
3af879ec3f
commit
fb8e5c2baf
2 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ source env/bin/activate
|
||||||
pip install openai-agents
|
pip install openai-agents
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For voice support, install with the optional `voice` group: `pip install openai-agents[voice]`.
|
||||||
|
|
||||||
## Hello world example
|
## Hello world example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "openai-agents"
|
name = "openai-agents"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
description = "OpenAI Agents SDK"
|
description = "OpenAI Agents SDK"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue