mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix OpenaiChat provider, Fix issue with curl_cffi
This commit is contained in:
parent
4b41a8f4e8
commit
23e002f52f
3 changed files with 34 additions and 8 deletions
2
setup.py
2
setup.py
|
|
@ -15,7 +15,7 @@ INSTALL_REQUIRE = [
|
|||
|
||||
EXTRA_REQUIRE = {
|
||||
'all': [
|
||||
"curl_cffi>=0.5.10",
|
||||
"curl_cffi>=0.6.0b9",
|
||||
"certifi",
|
||||
"async-property", # openai
|
||||
"py-arkose-generator", # openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue