diff options
Diffstat (limited to '')
-rw-r--r-- | testing/interference_test.py | 3 |
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 |