Skip to content

Commit ce6c383

Browse files
authored
Merge pull request #13 from code-yeongyu/feature/bumpup-revchatgpt-again
Fix reverse engineered chatgpt not working
2 parents ab44ed0 + 65e7bef commit ce6c383

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python = "^3.9"
4747
poetry = "^1.4.0"
4848
typer = { extras = ["all"], version = "^0.7.0" }
4949
rich = "<13.0.0" # limited version as 13.0.0 because of typer
50-
revchatgpt = "^3.2.0"
50+
revchatgpt = "^3.3.1"
5151
pydantic = "^1.10.5"
5252
yt-dlp = "^2023.3.4"
5353

0 commit comments

Comments
 (0)