summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-06 17:05:10 +0200
committerGitHub <noreply@github.com>2024-04-06 17:05:10 +0200
commit27fed7224de4c3f0131222019163c516bae41a0a (patch)
treec8311f84036b86108d79de72c8fbb0f0ccdda977
parentUpdate api.py (diff)
downloadgpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar.gz
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar.bz2
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar.lz
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar.xz
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.tar.zst
gpt4free-27fed7224de4c3f0131222019163c516bae41a0a.zip
-rw-r--r--g4f/gui/server/api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/gui/server/api.py b/g4f/gui/server/api.py
index 2fc8127c..896ecde5 100644
--- a/g4f/gui/server/api.py
+++ b/g4f/gui/server/api.py
@@ -9,7 +9,6 @@ from g4f import get_last_provider, ChatCompletion
from g4f.errors import VersionNotFoundError
from g4f.Provider import ProviderType, __providers__, __map__
from g4f.providers.base_provider import ProviderModelMixin
-from g4f.Provider.bing.create_images import patch_provider
from g4f.providers.conversation import BaseConversation
conversations: dict[dict[str, BaseConversation]] = {}