Skip to content

Commit 95d7251

Browse files
authored
Merge pull request #1 from danabauer/danabauer-patch-1
Update README.md
2 parents 45579dc + f8851f3 commit 95d7251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ChatLab is a Python package that makes it easy to experiment with OpenAI's chat
88

99
Best yet, it's interactive in the notebook!
1010

11-
⚠️ 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).
11+
⚠️ NOTE: The following docs are for `main`. Check out [chatlab.dev](https://chatlab.dev) for the docs for the most recent release.
1212

1313
## Introduction
1414

@@ -56,7 +56,7 @@ TODO: Include GIF/mp4 of this in action
5656
### Installation
5757

5858
```bash
59-
pip install chatlab --pre
59+
pip install chatlab
6060
```
6161

6262
### Configuration

0 commit comments

Comments
 (0)