Update api.py

This commit is contained in:
H Lohaus 2024-04-06 17:05:10 +02:00 committed by GitHub
parent 0a721eaf0f
commit 27fed7224d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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]] = {}