summaryrefslogtreecommitdiffstats
path: root/unfinished/cocalc/cocalc_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'unfinished/cocalc/cocalc_test.py')
-rw-r--r--unfinished/cocalc/cocalc_test.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/unfinished/cocalc/cocalc_test.py b/unfinished/cocalc/cocalc_test.py
deleted file mode 100644
index d6266518..00000000
--- a/unfinished/cocalc/cocalc_test.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import cocalc
-
-response = cocalc.Completion.create(
- prompt='hello world'
-)
-
-print(response)