diff options
Diffstat (limited to 'g4f/.v1/testing/t3nsor_test.py')
-rw-r--r-- | g4f/.v1/testing/t3nsor_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/g4f/.v1/testing/t3nsor_test.py b/g4f/.v1/testing/t3nsor_test.py deleted file mode 100644 index 6d36400d..00000000 --- a/g4f/.v1/testing/t3nsor_test.py +++ /dev/null @@ -1,4 +0,0 @@ -import t3nsor - -for response in t3nsor.StreamCompletion.create(prompt='write python code to reverse a string', messages=[]): - print(response.completion.choices[0].text) |