From cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Mon, 14 Aug 2023 01:07:29 +0200 Subject: =?UTF-8?q?~=20|=C2=A0small=20fixes=20&=20new=20pypi=20version=20|?= =?UTF-8?q?=20v-0.0.1.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g4f/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/__init__.py b/g4f/__init__.py index d04d2c78..11920356 100644 --- a/g4f/__init__.py +++ b/g4f/__init__.py @@ -39,4 +39,4 @@ class ChatCompletion: arg: str = str(e).split("'")[1] print( f"ValueError: {engine.__name__} does not support '{arg}' argument", file=sys.stderr) - sys.exit(1) + sys.exit(1) \ No newline at end of file -- cgit v1.2.3