Update client

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

@ -0,0 +1,4 @@
from typing import Union, Iterator
ImageProvider = Union[BaseProvider, object]
Proxies = Union[dict, str]
IterResponse = Iterator[Union[ChatCompletion, ChatCompletionChunk]]
Loading…
Cancel
Save