mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Merge pull request #1726 from hlohaus/giga
Bug fixes and android support
This commit is contained in:
commit
79bc56f36e
12 changed files with 245 additions and 55 deletions
1
setup.py
1
setup.py
|
|
@ -11,6 +11,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh:
|
|||
INSTALL_REQUIRE = [
|
||||
"requests",
|
||||
"aiohttp",
|
||||
"brotli"
|
||||
]
|
||||
|
||||
EXTRA_REQUIRE = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue