Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Remind users to upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Dec 4, 2022
1 parent bbd24f3 commit 55f2632
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 @@ -11,7 +11,7 @@ Note: This is a proof of concept. The goal here is to be able to write bots usin

# Setup
## Install
`pip3 install revChatGPT`
`pip3 install revChatGPT --upgrade`
## Get your session token
Go to https://chat.openai.com/chat and log in or sign up
1. Open console with `F12`
Expand Down Expand Up @@ -52,7 +52,7 @@ Example:
Use `python3 -m revChatGPT say` to make a Mac speak the output

# Development:
`pip3 install revChatGPT`
`pip3 install revChatGPT --upgrade`
```python
from revChatGPT.revChatGPT import Chatbot
import json
Expand Down

0 comments on commit 55f2632

Please sign in to comment.