openai chat example

Former-commit-id: 95c933916a2c35a086eadcb1d565e618ecc1b1f0
pull/160/head
Kye 2 years ago
parent dbdd482310
commit 2855692106

@ -81,6 +81,15 @@ Download via Github, and install requirements. Simple example by:
* or create a new file: * or create a new file:
```python
from swarms import OpenAI
chat = OpenAI()
response = chat("Hello world!")
```
```python ```python
from swarms.swarms import HierarchicalSwarm from swarms.swarms import HierarchicalSwarm

Loading…
Cancel
Save