summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-11-18 11:21:32 +0100
committerGitHub <noreply@github.com>2024-11-18 11:21:32 +0100
commit4526dd46e3d80ed192537a3f33cda4be367579c7 (patch)
treed42dae48758075718dbd7d93cccbdce68f196c1c /g4f
parentUpdate README.md (diff)
downloadgpt4free-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 'g4f')
-rw-r--r--g4f/Provider/HuggingChat.py2
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