Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97dce20

Browse files
committed
Update setup
1 parent 5b39bf6 commit 97dce20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name="gpt4-openai-api",
1010
version="0.8.0",
11-
description="Python package for unofficial GPT-4 API access via chat.openai.com using Selenium browser",
11+
description="Python package for unofficial GPT-4 API access via chat.openai.com using Chrome browser via Selenium",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
1414
author="Erol444",
1515
author_email="[email protected]",
1616
url="https://github.com/Erol444/gpt4-openai-api",
1717
packages=["gpt4_openai"],
1818
install_requires=[
19-
"undetected-chromedriver>=3.4.6",
19+
"undetected-chromedriver>=3.5.3",
2020
"markdownify>=0.11.6",
2121
"langchain",
2222
],

0 commit comments

Comments
 (0)