From 6ef282de3a3245acbfecd08ae48dba85ff91d031 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Tue, 12 Mar 2024 02:06:06 +0100 Subject: Remove all not working provider (#1679) Fix many providers Add selenium-wire to requierments --- g4f/errors.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'g4f/errors.py') diff --git a/g4f/errors.py b/g4f/errors.py index 00cf8cdb..0cb12884 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -38,4 +38,7 @@ class NoImageResponseError(Exception): ... class RateLimitError(Exception): + ... + +class ResponseStatusError(Exception): ... \ No newline at end of file -- cgit v1.2.3