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