diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-27 10:59:15 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-27 10:59:15 +0200 |
commit | d5d5d8b1d02bbee8132d9e35a75ccc4188844498 (patch) | |
tree | cfccab32dfd861fb925c98666a9e71105c84d951 /unfinished | |
parent | Merge pull request #173 from sudouser777/feature/code_refactor (diff) | |
download | gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.gz gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.bz2 gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.lz gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.xz gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.zst gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.zip |
Diffstat (limited to 'unfinished')
-rw-r--r-- | unfinished/easyai/main.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unfinished/easyai/main.py b/unfinished/easyai/main.py index 3b246977..95abb12c 100644 --- a/unfinished/easyai/main.py +++ b/unfinished/easyai/main.py @@ -28,5 +28,4 @@ while True: if b'content' in chunk: data = loads(chunk.decode('utf-8').split('data:')[1]) - print(data['content'], end='') -
\ No newline at end of file + print(data['content'], end='')
\ No newline at end of file |