Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 1aa3c77

Browse files
authored
Merge pull request #19 from labteral/AlexSua-patch-3
Alex sua patch 3
2 parents 5dc14be + 572f644 commit 1aa3c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Install or update
1515
```bash
16-
pip install -U chatgpt
16+
pip3 install -U git+https://github.com/labteral/chatgpt-python.git
1717
```
1818

1919
## Config

chatgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
from .chatgpt import *
55

6-
__version__ = '2.2214.0'
6+
__version__ = '2.2215.0'

0 commit comments

Comments
 (0)