openai chat example

pull/43/head
Kye 1 year ago
parent 8d1f9791b2
commit 9d87cc9ac6

@ -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