summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-08-14 01:07:29 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-08-14 01:07:29 +0200
commitcfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f (patch)
treea4f69c7522ae17cd70994635eca4306596c64140
parent~ (diff)
downloadgpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar.gz
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar.bz2
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar.lz
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar.xz
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.tar.zst
gpt4free-cfa4380e89a5dbdffd4a63ecb13d6aa4e069a37f.zip
-rw-r--r--g4f/__init__.py2
1 files changed, 1 insertions, 1 deletions
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