diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-04 21:23:17 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-04 21:23:17 +0200 |
commit | 35b96f32d1671eb82f98cda751c46964954e9980 (patch) | |
tree | 833ad3e6fe43f5bc6e7b17a690dd4d527fc3b0ca /g4f/Provider/__init__.py | |
parent | feat(image-processing): add support for data URI image handlin (diff) | |
download | gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar.gz gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar.bz2 gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar.lz gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar.xz gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.tar.zst gpt4free-35b96f32d1671eb82f98cda751c46964954e9980.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/__init__.py b/g4f/Provider/__init__.py index 10499fdf..6488a814 100644 --- a/g4f/Provider/__init__.py +++ b/g4f/Provider/__init__.py @@ -12,7 +12,7 @@ from .needs_auth import * from .AI365VIP import AI365VIP from .Allyfy import Allyfy from .AiChatOnline import AiChatOnline -from .AiChats import AiChats +from .AiChats import AiChats from .Aura import Aura from .Bing import Bing from .BingCreateImages import BingCreateImages |