diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:17:07 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:17:07 +0200 |
commit | 53a5be288a3026bd8bfda8f2fc296ce1d0950a34 (patch) | |
tree | e4a71c5ce832ff97cf487da3be8bf6b4e96b1d43 /testing | |
parent | pypi package (`pip install g4f`) (diff) | |
download | gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar.gz gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar.bz2 gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar.lz gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar.xz gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.tar.zst gpt4free-53a5be288a3026bd8bfda8f2fc296ce1d0950a34.zip |
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test.py b/testing/test.py index 0a14417a..ebb2b16d 100644 --- a/testing/test.py +++ b/testing/test.py @@ -9,5 +9,4 @@ if stream: for message in response: print(message) else: - print(response) - + print(response)
\ No newline at end of file |