diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-11-18 11:21:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 11:21:32 +0100 |
commit | 4526dd46e3d80ed192537a3f33cda4be367579c7 (patch) | |
tree | d42dae48758075718dbd7d93cccbdce68f196c1c | |
parent | Update README.md (diff) | |
download | gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar.gz gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar.bz2 gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar.lz gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar.xz gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.tar.zst gpt4free-4526dd46e3d80ed192537a3f33cda4be367579c7.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/HuggingChat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/HuggingChat.py b/g4f/Provider/HuggingChat.py index 2481aa31..f8e6a8dd 100644 --- a/g4f/Provider/HuggingChat.py +++ b/g4f/Provider/HuggingChat.py @@ -4,7 +4,7 @@ import json import requests try: - from curl_cffi import Session + from curl_cffi.requests import Session has_curl_cffi = True except ImportError: has_curl_cffi = False |