Skip to content

Commit

Permalink
Merge pull request #107 from danabauer/main
Browse files Browse the repository at this point in the history
updating readme.md
  • Loading branch information
rgbkrk authored Nov 7, 2023
2 parents 45579dc + 95d7251 commit 4dee2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -56,7 +56,7 @@ TODO: Include GIF/mp4 of this in action
### Installation

```bash
pip install chatlab --pre
pip install chatlab
```

### Configuration
Expand Down

0 comments on commit 4dee2da

Please sign in to comment.