summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-23 00:00:31 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-23 00:00:31 +0200
commitb1dbf66587234397172388961371b2c298510865 (patch)
tree2237066b753400641df23df8f59e2b523a7d000f /g4f
parentMerge pull request #1124 from hlohaus/fake (diff)
downloadgpt4free-b1dbf66587234397172388961371b2c298510865.tar
gpt4free-b1dbf66587234397172388961371b2c298510865.tar.gz
gpt4free-b1dbf66587234397172388961371b2c298510865.tar.bz2
gpt4free-b1dbf66587234397172388961371b2c298510865.tar.lz
gpt4free-b1dbf66587234397172388961371b2c298510865.tar.xz
gpt4free-b1dbf66587234397172388961371b2c298510865.tar.zst
gpt4free-b1dbf66587234397172388961371b2c298510865.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index 813c2364..fff92f4a 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -3,9 +3,9 @@ from requests import get
from .models import Model, ModelUtils, _all_models
from .Provider import BaseProvider, RetryProvider
from .typing import Messages, CreateResult, Union, List
-from . import debug
+from . import debug
-version = '0.1.7.4'
+version = '0.1.7.5'
version_check = True
def check_pypi_version() -> None: