Delete g4f/client/typing.py

This commit is contained in:
H Lohaus 2024-04-06 20:31:36 +02:00 committed by GitHub
parent 366969f501
commit 7339cd7241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
from ..providers.types import BaseProvider, ProviderType
from typing import Union, Iterator
ImageProvider = Union[BaseProvider, object]
Proxies = Union[dict, str]
IterResponse = Iterator[Union[ChatCompletion, ChatCompletionChunk]]