mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
Delete g4f/client/typing.py
This commit is contained in:
parent
366969f501
commit
7339cd7241
@ -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…
Reference in New Issue
Block a user