Skip to content

Commit

Permalink
Merge pull request Erol444#17 from Erol444/bump_revchatgpt
Browse files Browse the repository at this point in the history
Updated revChatGPT to 6.4.4
  • Loading branch information
Erol444 authored Jun 26, 2023
2 parents 711b0f8 + 3cdf20c commit 58f83bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="gpt4-openai-api",
version="0.6.0",
version="0.7.0",
description="Python package for unofficial GPT-4 API access via chat.openai.com",
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -16,7 +16,7 @@
url="https://github.com/Erol444/gpt4-openai-api",
packages=["gpt4_openai"],
install_requires=[
"revChatGPT==6.2.2",
"revChatGPT==6.4.4",
"langchain",
],
classifiers=[
Expand Down

0 comments on commit 58f83bf

Please sign in to comment.