From f1594cfddecf2bd47a25d54852834b392eaa4efd Mon Sep 17 00:00:00 2001 From: Aymane Hrouch Date: Thu, 27 Apr 2023 15:43:59 +0100 Subject: Reformat code using PyCharm --- testing/t3nsor_test.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/t3nsor_test.py') diff --git a/testing/t3nsor_test.py b/testing/t3nsor_test.py index eb8e2ae8..1506a1b4 100644 --- a/testing/t3nsor_test.py +++ b/testing/t3nsor_test.py @@ -1,7 +1,6 @@ import t3nsor for response in t3nsor.StreamCompletion.create( - prompt = 'write python code to reverse a string', - messages = []): - + prompt='write python code to reverse a string', + messages=[]): print(response.completion.choices[0].text) -- cgit v1.2.3