summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-08 14:31:46 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-08 14:31:46 +0200
commit64fe0ee487c506febdc5126e7a8c9f2e30165101 (patch)
treed99705e1488883eeae70642a8e91071d3b0cdbf0 /g4f/typing.py
parent~ | Merge pull request #1012 from hlohaus/hey (diff)
downloadgpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar.gz
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar.bz2
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar.lz
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar.xz
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.tar.zst
gpt4free-64fe0ee487c506febdc5126e7a8c9f2e30165101.zip
Diffstat (limited to 'g4f/typing.py')
-rw-r--r--g4f/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/typing.py b/g4f/typing.py
index 840e4624..cfddf4a8 100644
--- a/g4f/typing.py
+++ b/g4f/typing.py
@@ -8,7 +8,7 @@ else:
SHA256 = NewType('sha_256_hash', str)
CreateResult = Generator[str, None, None]
-AsyncResult = AsyncGenerator[str]
+AsyncResult = AsyncGenerator[str, None]
Messages = List[Dict[str, str]]
__all__ = [