From 920fe19608ba06ed8c2b4c9a23944af35cf24e56 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Fri, 28 Apr 2023 00:40:43 +0530 Subject: added main module for accessing all services --- testing/t3nsor_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testing/t3nsor_test.py') diff --git a/testing/t3nsor_test.py b/testing/t3nsor_test.py index 1506a1b4..6d36400d 100644 --- a/testing/t3nsor_test.py +++ b/testing/t3nsor_test.py @@ -1,6 +1,4 @@ import t3nsor -for response in t3nsor.StreamCompletion.create( - prompt='write python code to reverse a string', - messages=[]): +for response in t3nsor.StreamCompletion.create(prompt='write python code to reverse a string', messages=[]): print(response.completion.choices[0].text) -- cgit v1.2.3