From 1e2cf48cbac7e8fa13882f41e023a67fd9f286b7 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 5 Apr 2024 21:00:35 +0200 Subject: Add authless OpenaiChat --- 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 0cb12884..6cb5d177 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -40,5 +40,8 @@ class NoImageResponseError(Exception): class RateLimitError(Exception): ... +class ResponseError(Exception): + ... + class ResponseStatusError(Exception): ... \ No newline at end of file -- cgit v1.2.3