Former-commit-id: 9d87cc9ac6
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!")
```
from swarms.swarms import HierarchicalSwarm