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