diff --git a/README.md b/README.md index 7ced28e..da05847 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ChatLab is a Python package that makes it easy to experiment with OpenAI's chat Best yet, it's interactive in the notebook! -⚠️ NOTE: The following docs are for `main`. They may not work with the `1.0.0` release. Check out [chatlab.dev](https://chatlab.dev) for the latest docs. For the pre-release, check out [pre.chatlab.dev](https://pre.chatlab.dev). +⚠️ NOTE: The following docs are for `main`. Check out [chatlab.dev](https://chatlab.dev) for the docs for the most recent release. ## Introduction @@ -56,7 +56,7 @@ TODO: Include GIF/mp4 of this in action ### Installation ```bash -pip install chatlab --pre +pip install chatlab ``` ### Configuration