diff options
Diffstat (limited to 'testing/forefront_test.py')
-rw-r--r-- | testing/forefront_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/forefront_test.py b/testing/forefront_test.py index 092d1a74..8d25ed89 100644 --- a/testing/forefront_test.py +++ b/testing/forefront_test.py @@ -6,4 +6,4 @@ print(token) # get a response for response in forefront.StreamingCompletion.create(token=token, prompt='hello world', model='gpt-4'): - print(response) + print(response.text, end='') |