fix: typo in readme example (#373)

This commit is contained in:
cachho
2023-07-27 15:56:48 +02:00
committed by GitHub
parent 02cbde2fc1
commit 35b43edb20

View File

@@ -20,7 +20,7 @@ Run your first bot in python using the following code. Make sure to set the `OPE
```python
import os
from embedchain Import App
from embedchain import App
os.environ["OPENAI_API_KEY"] = "xxx"
elon_musk_bot = App()