Delete g4f/client/typing.py

pull/1794/head
H Lohaus 2 months ago committed by GitHub
parent 366969f501
commit 7339cd7241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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]]
Loading…
Cancel
Save