summaryrefslogtreecommitdiffstats
path: root/g4f/__init__.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-07 22:21:34 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-07 22:21:34 +0200
commit92e1ec6f4ff3d43c951444e1a76024367e215734 (patch)
treee3e60f43fa4dfc236bbf7c7da577d84b9de856e1 /g4f/__init__.py
parent~ | g4f `v-0.1.5.5` (diff)
downloadgpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar.gz
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar.bz2
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar.lz
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar.xz
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.tar.zst
gpt4free-92e1ec6f4ff3d43c951444e1a76024367e215734.zip
Diffstat (limited to '')
-rw-r--r--g4f/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index 586a6d2e..bd4bfde0 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -1,5 +1,4 @@
from __future__ import annotations
-
from requests import get
from g4f.models import Model, ModelUtils
from .Provider import BaseProvider