summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-08-14 01:04:42 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-08-14 01:04:42 +0200
commit0faeb0b59cf2c29c4549495f750a3743996f81c8 (patch)
tree2f4d51ff5b6638a6f48174489bc9aaed3b526765 /testing
parentsmall fixes & new pypi version (diff)
downloadgpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.gz
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.bz2
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.lz
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.xz
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.tar.zst
gpt4free-0faeb0b59cf2c29c4549495f750a3743996f81c8.zip
Diffstat (limited to 'testing')
-rw-r--r--testing/interference_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/interference_test.py b/testing/interference_test.py
index e7a780d5..410a0ed6 100644
--- a/testing/interference_test.py
+++ b/testing/interference_test.py
@@ -12,4 +12,5 @@ for token in chat_completion:
content = token['choices'][0]['delta'].get('content')
if content != None:
- print(content) \ No newline at end of file
+ print(content)
+ \ No newline at end of file