diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-30 11:35:55 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-10-30 11:35:55 +0100 |
commit | 8adaf3320206cc5bf45d49cb06d1a1111a2e24be (patch) | |
tree | e7ddc15fbd65755f8f6c6d09da4599ca3c7bd995 /g4f/client/__init__.py | |
parent | new discord link (diff) | |
download | gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar.gz gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar.bz2 gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar.lz gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar.xz gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.tar.zst gpt4free-8adaf3320206cc5bf45d49cb06d1a1111a2e24be.zip |
Diffstat (limited to 'g4f/client/__init__.py')
-rw-r--r-- | g4f/client/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/client/__init__.py b/g4f/client/__init__.py index d1e7e298..0d4685cc 100644 --- a/g4f/client/__init__.py +++ b/g4f/client/__init__.py @@ -1,2 +1,3 @@ from .stubs import ChatCompletion, ChatCompletionChunk, ImagesResponse -from .client import Client, AsyncClient +from .client import Client +from .client import AsyncClient |