diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index f83af5af..242987ac 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -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()