Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b39bf6 commit 97dce20Copy full SHA for 97dce20
setup.py
@@ -8,15 +8,15 @@
8
setup(
9
name="gpt4-openai-api",
10
version="0.8.0",
11
- description="Python package for unofficial GPT-4 API access via chat.openai.com using Selenium browser",
+ description="Python package for unofficial GPT-4 API access via chat.openai.com using Chrome browser via Selenium",
12
long_description=long_description,
13
long_description_content_type='text/markdown',
14
author="Erol444",
15
author_email="[email protected]",
16
url="https://github.com/Erol444/gpt4-openai-api",
17
packages=["gpt4_openai"],
18
install_requires=[
19
- "undetected-chromedriver>=3.4.6",
+ "undetected-chromedriver>=3.5.3",
20
"markdownify>=0.11.6",
21
"langchain",
22
],
0 commit comments