summaryrefslogtreecommitdiffstats
path: root/testing/poe_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/poe_test.py')
-rw-r--r--testing/poe_test.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/poe_test.py b/testing/poe_test.py
deleted file mode 100644
index 99c3bea4..00000000
--- a/testing/poe_test.py
+++ /dev/null
@@ -1,13 +0,0 @@
-import poe
-from time import sleep
-
-token = poe.Account.create(proxy = 'xtekky:ogingoi2n3g@geo.iproyal.com:12321',logging = True)
-print('token', token)
-
-sleep(2)
-
-for response in poe.StreamingCompletion.create(model = 'gpt-4',
- prompt = 'hello world',
- token = token):
-
- print(response.completion.choices[0].text, end="", flush=True) \ No newline at end of file