diff --git a/README.md b/README.md index f5b30005..271b6f8b 100644 --- a/README.md +++ b/README.md @@ -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