openai chat example

Former-commit-id: 9d87cc9ac6
pull/47/head
Kye 1 year ago
parent 7b65a554c7
commit ee9f33657f

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

Loading…
Cancel
Save