diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-10 15:55:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 15:55:01 +0200 |
commit | 48a4f1308119b565a86806a3ce270b25e96a0264 (patch) | |
tree | abbeb618fca668a60d81cb58d1aeeb8701b30754 /setup.py | |
parent | Add OpenRouter and DeepInfraImage Provider (#1814) (diff) | |
parent | Increase conversation title lenght (diff) | |
download | gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.gz gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.bz2 gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.lz gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.xz gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.zst gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.zip |
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ EXTRA_REQUIRE = { ], "local": [ "gpt4all" + ], + "curl_cffi": [ + "curl_cffi>=0.6.2", ] } |