mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix missing websocket_request_id in OpenaiChat
Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
This commit is contained in:
parent
b5b56f35ca
commit
486e43dabd
12 changed files with 243 additions and 53 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